@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}
/*@font-face {
  font-family: "albb";
  src: url("../fonts/albb_regular.eot");
  src: url("../fonts/albb_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/albb_regular.woff") format("woff"), url("../fonts/albb_regular.ttf") format("truetype"), url("../fonts/albb_regular.svg#albb") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_black";
  src: url("../fonts/albb_black.eot");
  src: url("../fonts/albb_black.eot?#iefix") format("embedded-opentype"), url("../fonts/albb_black.woff") format("woff"), url("../fonts/albb_black.ttf") format("truetype"), url("../fonts/albb_black.svg#albb_black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_bold";
  src: url("../fonts/albb_bold.eot");
  src: url("../fonts/albb_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/albb_bold.woff") format("woff"), url("../fonts/albb_bold.ttf") format("truetype"), url("../fonts/albb_bold.svg#albb_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_extrabold";
  src: url("../fonts/albb_extrabold.eot");
  src: url("../fonts/albb_extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/albb_extrabold.woff") format("woff"), url("../fonts/albb_extrabold.ttf") format("truetype"), url("../fonts/albb_extrabold.svg#albb_extrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_heavy";
  src: url("../fonts/albb_heavy.eot");
  src: url("../fonts/albb_heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/albb_heavy.woff") format("woff"), url("../fonts/albb_heavy.ttf") format("truetype"), url("../fonts/albb_heavy.svg#albb_heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_light";
  src: url("../fonts/albb_light.eot");
  src: url("../fonts/albb_light.eot?#iefix") format("embedded-opentype"), url("../fonts/albb_light.woff") format("woff"), url("../fonts/albb_light.ttf") format("truetype"), url("../fonts/albb_light.svg#albb_light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_medium";
  src: url("../fonts/albb_medium.eot");
  src: url("../fonts/albb_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/albb_medium.woff") format("woff"), url("../fonts/albb_medium.ttf") format("truetype"), url("../fonts/albb_medium.svg#albb_medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_thin";
  src: url("../fonts/albb_thin.eot");
  src: url("../fonts/albb_thin.eot?#iefix") format("embedded-opentype"), url("../fonts/albb_thin.woff") format("woff"), url("../fonts/albb_thin.ttf") format("truetype"), url("../fonts/albb_thin.svg#albb_thin") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
  font-family: "din";
  src: url("../fonts/din.eot");
  src: url("../fonts/din.eot?#iefix") format("embedded-opentype"), url("../fonts/din.woff") format("woff"), url("../fonts/din.ttf") format("truetype"), url("../fonts/din.svg#din") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "savoyelet";
  src: url("../fonts/savoyelet.eot");
  src: url("../fonts/savoyelet.eot?#iefix") format("embedded-opentype"), url("../fonts/savoyelet.woff") format("woff"), url("../fonts/savoyelet.ttf") format("truetype"), url("../fonts/savoyelet.svg#savoyelet") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
root {
  --hover_color: #254194;
}
body {
  /*font-family:'albb',Arial,'Microsoft Yahei','微软雅黑',SimSun,Arial,tahoma,arial !important;*/
  font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #222;
  font-size: 12px;
}
html {
  font-size: 62.5%;
}
a {
  color: #222;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
a:hover {
  color: #254194;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.cell,
.cell2,
.cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a,
img {
  border: 0px;
}
br {
  font-family: SimSun;
}
p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}
i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
br {
  margin: 0px;
  padding: 0px;
}
.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}
input,
select,
textarea {
  font-family: 'albb', Arial, 'Microsoft Yahei', '微软雅黑', SimSun, Arial, tahoma, arial !important;
  outline: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input[type="text"]:disabled {
  background-color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input[type=button],
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}
.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}
.container {
  width: 100%;
}
.section {
  width: 100%;
  background-color: #fff;
}
.section .pagefr_n {
  width: 100%;
  height: calc(100vh);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}
@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}
@-webkit-keyframes an_04 {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  100% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  100% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 0.2;
  }
  100% {
    transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    opacity: 1;
  }
}
@keyframes an_05 {
  0% {
    transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 0.2;
  }
  100% {
    transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    opacity: 1;
  }
}
@-webkit-keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@-webkit-keyframes an_07 {
  0% {
    transform: translateY(-0.06rem);
    -webkit-transform: translateY(-0.06rem);
    -moz-transform: translateY(-0.06rem);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  100% {
    transform: translateY(-0.06rem);
    -webkit-transform: translateY(-0.06rem);
    -moz-transform: translateY(-0.06rem);
  }
}
@keyframes an_07 {
  0% {
    transform: translateY(-0.06rem);
    -webkit-transform: translateY(-0.06rem);
    -moz-transform: translateY(-0.06rem);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  100% {
    transform: translateY(-0.06rem);
    -webkit-transform: translateY(-0.06rem);
    -moz-transform: translateY(-0.06rem);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
/*common*/
.in_body {
  min-height: 100vh;
  position: relative;
  opacity: 0;
  background-color: #fff;
}
.other_body {
  min-height: 100vh;
  position: relative;
  opacity: 0;
  background-color: #fff;
}
.home_body {
  overflow: hidden;
  height: 100vh;
}
.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  max-width: 1920px;
}
.wrap_in {
  margin: 0px 10%;
  padding: 0px;
}
.wrap_c {
  margin: 0px auto;
}
.w_wap {
  display: none !important;
}
.topfr {
  position: fixed;
  left: 0px;
  top:0;
  z-index: 9999;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  padding:.2rem 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.topfr .fl img {
  display: block;
  height: 0.5rem;
}
.topfr .fr .t_menu {
  float: left;
}
.topfr .fr .t_menu ul li {
  float: left;
  margin-right: 0.8rem;
  position: relative;
}
.topfr .fr .t_menu ul li .tm_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9999;
  font-size: 0.16rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.topfr .fr .t_menu ul li .tm_t a {
  color: #fff;
}
.topfr .fr .t_menu ul li .tm_t a:hover {
  color: #0066cc;
}
.topfr .fr .t_menu ul li .tm_c {
  width: 1.6rem;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -0.8rem;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.12rem;
}
.topfr .fr .t_menu ul li .tm_c dl {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.topfr .fr .t_menu ul li .tm_c dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  text-align: center;
  padding: 0px 0.2rem;
  font-size: 0.16rem;
  line-height: 1.75;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.topfr .fr .t_menu ul li .tm_c dl dd a {
  color: #fff;
}
.topfr .fr .t_menu ul li .tm_c dl dd a:hover {
  color: #0066cc;
}
.topfr .fr .t_menu ul li .tm_c dl dd.dd1 a {
  position: relative;
  display: inline-block;
  margin-left: 0.16rem;
}
.topfr .fr .t_menu ul li .tm_c dl dd.dd1 a::before {
  content: "";
  width: 0.1rem;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: -0.15rem;
  top: 50%;
  margin-top: 0.005rem;
}
.topfr .fr .t_menu ul li:nth-child(1) .tm_c dl dd {
  text-align: left;
}
.topfr .fr .t_menu ul li:nth-child(1) .tm_c dl dd a {
  margin-left: 0.34rem;
}
.topfr .fr .t_menu ul li:nth-child(1) .tm_c dl dd.dd1 a {
  margin-left: 0.59rem;
}
.topfr .fr .t_menu ul li.on .tm_t a {
  color: #0066cc;
}
.topfr .fr .t_menu ul li.on .tm_c {
  display: block;
}
.topfr .fr .t_menu ul li:nth-child(2) .tm_c dl dd {
  text-align: left;
  margin-left: 0.33rem;
}
.topfr .fr .t_lgn {
  float: left;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.topfr .fr .t_lgn a {
  width: 0.22rem;
  height: 0.5rem;
  display: block;
  overflow: hidden;
  background: url("../images/t_01.png") center no-repeat;
  background-size: 100%;
}
.topfr .fr .t_sch {
  float: left;
  margin-left: 0.26rem;
  width: 1.4rem;
  height: 0.3rem;
  margin-top: 0.1rem;
  border-radius: 0.3rem;
  background-color: rgba(166, 168, 169, 0.63);
  position: relative;
}
.topfr .fr .t_sch .tsch_txt {
  width: 100%;
  height: 0.3rem;
  font-size: 0.16rem;
  padding: 0px 0.15rem;
  color: #fff;
  border: 0px;
  outline: none;
  background: none;
  background-color: rgba(166, 168, 169, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.topfr .fr .t_sch .tsch_btn {
  width: 0.21rem;
  height: 0.3rem;
  border: 0px;
  background: none;
  background: url("../images/t_02.png") center no-repeat;
  outline: none;
  background-size: 100%;
  position: absolute;
  right: 0.15rem;
  top: 0px;
}
.topfr.top_on {
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.1rem 0px;
}
.topfr.top_on .fr .t_menu ul li .tm_c {
  background-color: rgba(0, 0, 0, 0.5);
}
.in_01 {
  overflow: hidden;
  position: relative;
}
.in_01_b {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.8rem;
  z-index: 999;
  text-align: center;
}
.in_01_b label {
  display: inline-block;
  position: relative;
}
.in_01_b img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 1.7rem;
}
.in_01_b img.img2 {
  position: absolute;
  left: 0px;
  top: 0.06rem;
  -webkit-animation: an_07 2.1s linear infinite;
  animation: an_07 2.1s linear infinite;
}
.banner_slide {
  width: 100%;
  height: calc(100vh);
  overflow: hidden;
  z-index: 999;
  position: relative;
}
.banner_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.banner_slide .swiper-slide .bs_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: 0px;
}
.banner_slide .swiper-slide .bs_bg b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}
.banner_slide .swiper-slide-active .bs_bg b {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
.in_01 .bs_prev {
  width: 0.51rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 5%;
  top: 0px;
  z-index: 9999;
  background: url("../images/in_04.png") center no-repeat;
  background-size: 100%;
}
.in_01 .bs_next {
  width: 0.51rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 5%;
  top: 0px;
  z-index: 9999;
  background: url("../images/in_05.png") center no-repeat;
  background-size: 100%;
}
.in_01_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.in_01_c .in_01c_c {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.41rem;
  margin-top: 0.9rem;
  opacity: 0;
}
.in_01_c .in_01c_c p {
  width: 80%;
  overflow: hidden;
  text-align: left;
  color: #fff;
  margin-left: 10%;
}
.in_01_c .in_01c_c p.p1 {
  font-size: 0.52rem;
  line-height: 1.3;
}
.in_01_c .in_01c_c p.p2 {
  font-size: 0.52rem;
  line-height: 1.3;
}
.in_01_c .in_01c_c p.p3 {
  font-size: 0.2rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.in_01_c .in_01c_c p.p4 {
  text-align: left;
  margin-top: 0.6rem;
}
.in_01_c .in_01c_c p.p4 a {
  display: inline-block;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  padding: 0px 0.3rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #ffb413;
}
.in_01_c .in_01c_c p.p4 a:hover {
  background-color: #0066cc;
}
.in_02 {
  overflow: hidden;
  position: relative;
  background: url("../images/cp_01.jpg") center no-repeat;
  background-size: cover;
}
.in_02 .pagefr_n {
  align-items: flex-start;
}
.in_02_t {
  width: 100%;
  height: 1.18rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.in_02_t p {
  width: 100%;
  overflow: hidden;
}
.in_02_t p.p1 {
  font-size: 0.53rem;
  color: #0a0a0a;
  line-height: 1.1;
  position: relative;
  z-index: 999;
  font-weight: bold;
  margin-top: 0.3rem;
}
.in_02_t p.p2 {
  font-size: 0.68rem;
  color: #8f8f8f;
  position: relative;
  margin-top: -0.5rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.01rem #fff;
  line-height: 1;
  text-transform: uppercase;
}
.in_02_c {
  width: 100%;
  overflow: hidden;
  height: calc(100vh);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.in_02c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.52rem;
  position: relative;
}
.in_02_c .fl {
  width: 17%;
  overflow: hidden;
  position: relative;
  margin-left: 10%;
}
.in_02_c .fl ul {
  width: calc(100% - 0.51rem);
  overflow: hidden;
}
.in_02_c .fl ul li {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  font-size: 0.25rem;
  color: #6f6f6f;
  margin-bottom: 0.15rem;
}
.in_02_c .fl ul li a {
  color: #6f6f6f;
  display: inline-block;
  position: relative;
}
.in_02_c .fl ul li a::before {
  content: "";
  width: 0%;
  height: 0.02rem;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #0066cc;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_02_c .fl ul li.on a::before {
  width: 100%;
}
.in_02_c .fl ul li.on a {
  color: #0066cc;
}
.in_02cl_wap {
  width: 100%;
  overflow: hidden;
}
.in_02cl_w_slide {
  width: 100%;
  overflow: hidden;
}
.in_02cl_w_slide .swiper-slide {
  width: auto;
}
.in_02cl_w_slide .swiper-slide a {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 1.5;
  color: #6f6f6f;
  margin-bottom: 0.15rem;
}
.in_02cl_w_slide .swiper-slide a::before {
  content: "";
  width: 0%;
  height: 0.02rem;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #0066cc;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_02cl_w_slide .swiper-slide a.on::before {
  width: 100%;
}
.in_02cl_w_slide .swiper-slide a.on {
  color: #0066cc;
}
.in_02cl_c {
  width: 0.51rem;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.in_02cl_c label {
  display: inline-block;
  width: 100%;
}
.in_02cl_c a {
  width: 100%;
  height: 0.51rem;
  display: block;
  overflow: hidden;
  margin: 0.2rem 0px;
  border-radius: 50%;
  background-color: #ffb413;
  position: relative;
}
.in_02cl_c a b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.in_02cl_c a.in_02cr_prev {
  margin-top: 0px;
}
.in_02cl_c a.in_02cr_prev b {
  background: url("../images/in_04.png") center no-repeat;
  background-size: 100%;
}
.in_02cl_c a.in_02cr_prev:hover {
  background-color: #ffb413;
}
.in_02cl_c a.in_02cr_next {
  margin-bottom: 0px;
}
.in_02cl_c a.in_02cr_next b {
  background: url("../images/in_05.png") center no-repeat;
  background-size: 100%;
}
.in_02cl_c a.in_02cr_next:hover {
  background-color: #ffb413;
}
.in_02cl_c a.swiper-button-disabled {
  background-color: #abadb1;
}
.in_02cl_hid {
  width: 100%;
  overflow: hidden;
  display: none;
}
.in_02_c .fr {
  width: calc(100% - 30% - 0.2rem);
  overflow: hidden;
  padding-bottom: 0rem;
  padding-left: 0.35rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.in_02cr_slide {
  width: calc(100%);
  overflow: visible;
}
.in_02cr_slide .swiper-slide {
  width: 3.24rem;
  overflow: visible;
  background-color: #fff;
  border-radius: 0.36rem;
}
.in_02cr_slide .swiper-slide .in_02cr_t {
  width: 100%;
  height: 3.2rem;
  padding: 0px 0.6rem;
  border-radius: 0.36rem 0.36rem 0px 0px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.in_02cr_slide .swiper-slide .in_02cr_t::before {
  content: "";
  width: 100%;
  height: 0.09rem;
  background-color: #ffb413;
  position: absolute;
  left: 0px;
  top: -0.1rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_02cr_slide .swiper-slide .in_02cr_t p {
  width: 100%;
  overflow: hidden;
  font-size: 0.25rem;
  line-height: 1.5;
}
.in_02cr_slide .swiper-slide .in_02cr_t p a {
  color: #7e7e7e;
}
.in_02cr_slide .swiper-slide .in_02cr_t p a:hover {
  color: #0581d1;
}
.in_02cr_slide .swiper-slide .in_02cr_t p.p1 {
  margin-top: 0.7rem;
}
.in_02cr_slide .swiper-slide .in_02cr_t p.p1 img {
  height: 0.5rem;
  display: block;
}
.in_02cr_slide .swiper-slide .in_02cr_t p.p2 {
  font-size: 0.18rem;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_02cr_slide .swiper-slide .in_02cr_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.36rem;
  -moz-box-shadow: 0px 0px 0.32rem rgba(168, 168, 168, 0.19);
  -webkit-box-shadow: 0px 0px 0.32rem rgba(168, 168, 168, 0.19);
  box-shadow: 0px 0px 0.32rem rgba(168, 168, 168, 0.19);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_02cr_slide .swiper-slide .in_02cr_img b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background: url("../images/in_02.jpg") center no-repeat;
  background-size: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_02cr_slide .swiper-slide .in_02cr_img img.img1 {
  width: 100%;
  display: block;
}
.in_02cr_slide .swiper-slide .in_02cr_img img.img2 {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: contain;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_02cr_slide .swiper-slide.on .in_02cr_t p.p2 {
  color: #0581d1;
}
.in_02cr_slide .swiper-slide.on .in_02cr_t p a {
  color: #4f4f4f;
}
.in_02cr_slide .swiper-slide.on .in_02cr_img b.b1 {
  background: url("../images/in_03.jpg") center no-repeat;
  background-size: cover;
}
.in_02cr_slide .swiper-slide.on .in_02cr_img {
  -moz-box-shadow: 0px 0px 0.32rem rgba(5, 128, 207, 0.19);
  -webkit-box-shadow: 0px 0px 0.32rem rgba(5, 128, 207, 0.19);
  box-shadow: 0px 0px 0.32rem rgba(5, 128, 207, 0.19);
}
.in_02cr_slide .swiper-slide.on .in_02cr_img img.img2 {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
.in_02cr_slide .swiper-slide.on .in_02cr_t::before {
  top: 0px;
}
.in_03 {
  overflow: hidden;
}
.in_03fr {
  width: 100%;
  overflow: hidden;
  margin-top: 0.7rem;
}
.in_03_t {
  width: 100%;
  overflow: visible;position:relative;z-index:999;
}
.in_03_t .fl {
  overflow: hidden;
}
.in_03_t .fl p {
  width: 100%;
  overflow: hidden;
}
.in_03_t .fl p.p1 {
  font-size: 0.56rem;
  color: #e3e3e3;
  line-height: 1;
  font-family: albb_bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.in_03_t .fl p.p2 {
  font-size: 0.4rem;
  color: #494949;
  line-height: 0.6rem;
  font-family: albb_bold;
  position: relative;
  margin-top: -0.4rem;
  text-indent: 0.22rem;
}
.in_03_t .wrap_in {
  position: relative;
  overflow: visible;
}
.in_03_t .a1 {
  display: inline-block;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  padding: 0px 0.3rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #ffb413;
  position: absolute;
  right: 0px;
  top: 88%;
}
.in_03_t .a1:hover {
  background-color: #0066cc;
}
.in_03_t .fr {
  margin-top: 0.05rem;
}
.in_03_t .fr ul li {
  float: left;
  margin-left: 0.44rem;
  cursor: pointer;
}
.in_03_t .fr ul li:first-child {
  margin-left: 0px;
}
.in_03_t .fr ul li label {
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_03_t .fr ul li .lb1 {
  float: Left;
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: relative;
  background-color: #ebebef;
  border-radius: 0.06rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.in_03_t .fr ul li .lb1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_03_t .fr ul li .lb1 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.in_03_t .fr ul li .lb2 {
  float: Left;
  margin-left: 0.2rem;
}
.in_03_t .fr ul li .lb2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_03_t .fr ul li .lb2 span.sp1 {
  font-size: 0.2rem;
  color: #000;
  line-height: 0.4rem;
  margin-top: 0.03rem;
}
.in_03_t .fr ul li .lb2 span.sp2 {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.67);
  line-height: 0.24rem;
  text-transform: uppercase;
}
.in_03_t .fr ul li.on .lb1 {
  background-color: #0068ce;
}
.in_03_t .fr ul li.on .lb1 img.img1 {
  opacity: 0;
}
.in_03_t .fr ul li.on .lb1 img.img2 {
  opacity: 1;
}
.in_03_t .fr ul li.on .lb2 span.sp1 {
  color: #0068ce;
}
.in_03_t .fr ul li.on .lb2 span.sp2 {
  color: rgba(0, 102, 204, 0.67);
}
.in_03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 1.2rem;
  background: url("../images/in_06.jpg") center left no-repeat;
  background-color: auto 100%;
  position: relative;
}
.in_03c_slide {
  width: 90%;
  margin-left: 10%;
  overflow: hidden;
}
.in_03c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.in_03c_slide .swiper-slide .fl {
  width: 37%;
  overflow: hidden;
  opacity: 0;
  margin-top: 0.4rem;
}
.in_03c_slide .swiper-slide .fl p {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.75;
  margin-bottom: 0.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.in_03c_slide .swiper-slide .fl p.p1 {
  font-size: 0.24rem;
  color: #0066cc;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.in_03c_slide .swiper-slide .fl p.p2 {
  margin-top: 0.6rem;
}
.in_03c_slide .swiper-slide .fl p.p2 a {
  display: inline-block;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  padding: 0px 0.3rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #ffb413;
}
.in_03c_slide .swiper-slide .fl p.p2 a:hover {
  background-color: #0066cc;
}
.in_03c_slide .swiper-slide .fr {
  width: 51%;
  overflow: hidden;
  border-radius: 0.4rem 0px 0px 0.4rem;
  opacity: 0;
}
.in_03c_slide .swiper-slide .fr img {
  width: 100%;
  display: block;
}
.in_03_a {
  width: 0.51rem;
  overflow: hidden;
  position: absolute;
  left: 47%;
  top: 41%;
  z-index: 999;
}
.in_03_a a {
  width: 100%;
  height: 0.51rem;
  display: block;
  overflow: hidden;
  margin: 0.2rem 0px;
  border-radius: 50%;
  background-color: #ffb413;
  position: relative;
}
.in_03_a a b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.in_03_a a.in_03a_prev {
  margin-bottom: 0px;
}
.in_03_a a.in_03a_prev b {
  background: url("../images/in_04.png") center no-repeat;
  background-size: 100%;
}
.in_03_a a.in_03a_prev:hover {
  background-color: #ffb413;
}
.in_03_a a.in_03a_next {
  margin-top: 0px;
}
.in_03_a a.in_03a_next b {
  background: url("../images/in_05.png") center no-repeat;
  background-size: 100%;
}
.in_03_a a.in_03a_next:hover {
  background-color: #ffb413;
}
.in_03_a a.swiper-button-disabled {
  background-color: #e6e6ea;
}
.in_04 {
  overflow: hidden;
  background: url("../images/in_07.jpg") center no-repeat;
  background-size: cover;
}
.in_04fr {
  width: 100%;
  overflow: hidden;
  margin-top: 0.7rem;
}

.in_04 .in_03_t .fl p.p2 {
  -webkit-text-stroke: 0.01rem #fff;
}
.in_04_t {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}
.in_04_t ul li {
  float: left;
  margin-right: 0.3rem;
}
.in_04_t ul li:last-child {
  margin-right: 0px;
}
.in_04_t ul li a {
  display: inline-block;
  line-height: 1.5;
  padding-right: 0.4rem;
  padding-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #000002;
  position: relative;
}
.in_04_t ul li a::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #c1c1c1;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.in_04_t ul li.on a {
  color: #0066cc;
}
.in_04_t ul li.on a::before {
  background-color: #0066cc;
}
.in_04_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}
.in_04_c .wrap_in {
  position: relative;
}
.in_04_c .in_04cs_prev {
  width: 0.51rem;
  height: 0.51rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #d5d6da;
  position: absolute;
  left: -0.75rem;
  top: 50%;
  margin-top: -0.225rem;
  z-index: 999;
}
.in_04_c .in_04cs_prev b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_04.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.in_04_c .in_04cs_prev:hover {
  background-color: #ffb314;
}
.in_04_c .in_04cs_next {
  width: 0.51rem;
  height: 0.51rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #d5d6da;
  position: absolute;
  right: -0.75rem;
  top: 50%;
  margin-top: -0.225rem;
  z-index: 999;
}
.in_04_c .in_04cs_next b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_05.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.in_04_c .in_04cs_next:hover {
  background-color: #ffb314;
}
.in_04c_slide {
  width: 100%;
  overflow: hidden;
}
.in_04c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.in_04c_slide .swiper-slide .fl {
  width: 38%;
  overflow: hidden;
  opacity: 0;
}
.in_04c_slide .swiper-slide .fl a {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.in_04c_slide .swiper-slide .fl em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.in_04c_slide .swiper-slide .fl em.em1 {
  height: 3.8rem;
  position: relative;
}
.in_04c_slide .swiper-slide .fl em.em1 img {
  width: 100%;
  height: 3.8rem;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_04c_slide .swiper-slide .fl em.em2 {
  padding: 0.3rem;
  height: 2.42rem;
}
.in_04c_slide .swiper-slide .fl em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}
.in_04c_slide .swiper-slide .fl em.em2 span.sp1 {
  font-size: 0.16rem;
  color: #371f1f;
  line-height: 0.3rem;
  max-height: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.in_04c_slide .swiper-slide .fl em.em2 span.sp2 {
  font-size: 0.14rem;
  margin-top: 0.1rem;
  color: #371f1f;
  line-height: 0.3rem;
  max-height: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify;
  text-justify: inter-ideograph;
}
.in_04c_slide .swiper-slide .fl em.em2 span.sp3 {
  margin-top: 0.4rem;
}
.in_04c_slide .swiper-slide .fl em.em2 span.sp3 b {
  width: 0.31rem;
  height: 0.15rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_11.png") center no-repeat;
  background-size: 100% 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_04c_slide .swiper-slide .fl a:hover {
  background-color: #0058af;
}
.in_04c_slide .swiper-slide .fl a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
.in_04c_slide .swiper-slide .fl a:hover em.em2 span.sp1 {
  color: #fff;
}
.in_04c_slide .swiper-slide .fl a:hover em.em2 span.sp2 {
  color: #fff;
}
.in_04c_slide .swiper-slide .fl a:hover em.em2 span.sp3 b {
  background: url("../images/in_15.png") center no-repeat;
  background-size: 100% 100%;
  transform: translateX(0.03rem);
  -webkit-transform: translateX(0.03rem);
  -moz-transform: translateX(0.03rem);
}
.in_04c_slide .swiper-slide .fr {
  width: 62%;
  overflow: hidden;
  padding-left: 0.3rem;
  opacity: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.in_04c_slide .swiper-slide .fr ul li {
  width: calc((100% - 0.3rem) / 2);
  height: 2.96rem;
  float: left;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_04c_slide .swiper-slide .fr ul li {
  padding: 0px 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.in_04c_slide .swiper-slide .fr ul li:nth-child(2n) {
  margin-right: 0px;
}
.in_04c_slide .swiper-slide .fr ul li:nth-child(3) {
  margin-bottom: 0px;
}
.in_04c_slide .swiper-slide .fr ul li:nth-child(4) {
  margin-bottom: 0px;
}
.in_04c_slide .swiper-slide .fr ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.in_04c_slide .swiper-slide .fr ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
}
.in_04c_slide .swiper-slide .fr ul li span.sp1 {
  font-size: 0.16rem;
  color: #0058af;
  line-height: 0.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_04c_slide .swiper-slide .fr ul li span.sp2 {
  font-size: 0.14rem;
  margin-top: 0.1rem;
  color: #371f1f;
  line-height: 0.3rem;
  max-height: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify;
  text-justify: inter-ideograph;
}
.in_04c_slide .swiper-slide .fr ul li span.sp3 {
  margin-top: 0.4rem;
}
.in_04c_slide .swiper-slide .fr ul li span.sp3 b {
  width: 0.31rem;
  height: 0.15rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_11.png") center no-repeat;
  background-size: 100% 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_04c_slide .swiper-slide .fr ul li:hover {
  background-color: #0058af;
}
.in_04c_slide .swiper-slide .fr ul li:hover a span.sp1 {
  color: #fff;
}
.in_04c_slide .swiper-slide .fr ul li:hover a span.sp2 {
  color: #fff;
}
.in_04c_slide .swiper-slide .fr ul li:hover a span.sp3 b {
  background: url("../images/in_15.png") center no-repeat;
  background-size: 100% 100%;
  transform: translateX(0.03rem);
  -webkit-transform: translateX(0.03rem);
  -moz-transform: translateX(0.03rem);
}
.in_05 {
  overflow: hidden;
  background: url("../images/in_08.jpg") center no-repeat;
  background-size: cover;
}
.in_05fr {
  width: 100%;
  overflow: hidden;
  margin-top: 0.52rem;
}
.in_05 .fl {
  width: 2.3rem;
}
.in_05 .fl p {
  width: 100%;
  overflow: hidden;
}
.in_05 .fl p.p1 {
  font-size: 0.55rem;
  color: #fff;
  line-height: 1.1;
  position: relative;
  z-index: 999;
  font-weight: bold;
  margin-top: 0.6rem;
}
.in_05 .fl p.p2 {
  font-size: 0.7rem;
  color: #fff;
  position: relative;
  margin-top: -0.5rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.01rem #c5c5c5;
  line-height: 1;
  text-transform: uppercase;
}
.in_05 .fr {
  width: calc(100% - 2.3rem - 0.9rem);
  padding: 0.6rem 0px;
  padding-left: 0.9rem;
  overflow: hidden;
  border-left: 0.01rem solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.in_05_t {
  width: 100%;
  overflow: hidden;
}
.in_05_t p {
  width: 100%;
  overflow: hidden;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 0.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.in_05_c {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}
.in_05_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.in_05_c ul li {
  width: calc((100% - 2rem) / 3);
  float: left;
  overflow: hidden;
}
.in_05_c ul li p {
  width: 100%;
  overflow: hidden;
}
.in_05_c ul li p.p1 {
  border-bottom: 0.01rem solid #fff;
  position: relative;
  font-size: 0.9rem;
  color: #fff;
  font-family: Arial;
  line-height: 1;
  padding-bottom: 0.15rem;
}
.in_05_c ul li p.p1 img {
  height: 0.23rem;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0.2rem;
}
.in_05_c ul li p.p2 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.1rem;
  font-family: albb_light;
}
.in_06 {
  overflow: hidden;
  background: url("../images/in_09.jpg") left center no-repeat;
  background-size: 38% 100%;
}
.in_06fr {
  width: 100%;
  overflow: hidden;
  margin-top: 0.52rem;
}
.in_06_t p {
  width: 100%;
  overflow: hidden;
  text-align: right;
}
.in_06_t p.p1 {
  font-size: 0.75rem;
  color: #e3e3e3;
  line-height: 1;
  font-family: albb_bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.in_06_t p.p2 {
  font-size: 0.55rem;
  color: #494949;
  line-height: 0.6rem;
  font-family: albb_bold;
  position: relative;
  margin-top: -0.4rem;
  text-indent: 0.22rem;
}
.in_06_c {
  width: 62%;
  overflow: hidden;
  margin-left: 38%;
  margin-top: 0.6rem;
}
.in_06c_slide {
  width: 100%;
  overflow: hidden;
}
.in_06c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  padding: 0.01rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.in_06c_slide .swiper-slide ul li {
  width: calc((100% - 0.9rem) / 4);
  overflow: hidden;
  border: 0.01rem solid #808381;
  float: Left;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_06c_slide .swiper-slide ul li:nth-child(4n) {
  margin-right: 0px;
}
.in_06c_slide .swiper-slide ul li img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_06c_slide .swiper-slide ul li:hover {
  transform: translateY(-0.01rem);
  -webkit-transform: translateY(-0.01rem);
  -moz-transform: translateY(-0.01rem);
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}
.in_06c_slide .swiper-slide ul li:hover img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
.in_06_b {
  width: 62%;
  overflow: hidden;
  margin-left: 38%;
  margin-top: 0.6rem;
  text-align: center;
}
.in_06_b span {
  width: 1rem;
  height: 0.06rem;
  background-color: #c0c2c3;
  display: inline-block;
  opacity: 1;
  border-radius: 0px;
  margin: 0px !important;
  padding: 0px;
}
.in_06_b span.swiper-pagination-bullet-active {
  background-color: #ffb413;
}
.in_07 {
  overflow: hidden;
  position: relative;
  background: url("../images/in_17.jpg") center no-repeat;
  background-size: cover;
}
.in_07fr {
  width: 100%;
  overflow: hidden;
}
.in_07_t {
  width: 100%;
  overflow: hidden;
}
.in_07_t p {
  width: 100%;
  overflow: hidden;
}
.in_07_t p.p1 {
  font-size: 0.56rem;
  color: #e3e3e3;
  line-height: 1;
  font-family: albb_bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.in_07_t p.p2 {
  font-size: 0.4rem;
  color: #494949;
  line-height: 0.6rem;
  font-family: albb_bold;
  position: relative;
  margin-top: -0.4rem;
  text-indent: 0.22rem;
}
.in_07_c {
  width: 100%;
  overflow: hidden;
  max-width: 50%;
  margin-top: 0.4rem;
}
.in_07_c p {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #2a3d4c;
  margin-bottom: 0.4rem;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.in_07_a {
  width: 100%;
  overflow: hidden;
  margin-top: 0rem;
}
.in_07_a a {
  display: inline-block;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  padding: 0px 0.3rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #ffb413;
}
.in_07_a a:hover {
  background-color: #0066cc;
}
.in_07_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}
.in_07_b ul li {
  width: 19%;
  float: left;
  margin-left: 2rem;
}
.in_07_b ul li:first-child {
  margin-left: 0px;
}
.in_07_b ul li p {
  width: 100%;
  overflow: hidden;
}
.in_07_b ul li p.p1 {
  font-size: 0.59rem;
  color: #0041c1;
  line-height: 0.8rem;
  font-family: albb_bold;
  padding-bottom: 0.2rem;
  position: relative;
  border-bottom: 0.01rem solid #0041c1;
}
.in_07_b ul li p.p1 img {
  height: 0.24rem;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0.33rem;
}
.in_07_b ul li p.p2 {
  font-size: 0.14rem;
  color: #343e48;
  line-height: 1.1;
  margin-top: 0.1rem;
}
.in_07_img {
  width: 30%;
  overflow: hidden;
  position: absolute;
  right: 10%;
  top: 20%;
}
.in_07_img i {
  position: relative;
}
.in_07_img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
}
.in_07_img img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-animation: an_04 2.1s linear infinite;
  animation: an_04 2.1s linear infinite;
}
.in_07_img a {
  width: 4.63%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0%;
  top: 0%;
}
.in_07_img a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: rgba(0, 105, 210, 0.5);
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
}
.in_07_img a.a1 {
  left: 66.25%;
  top: 40.29%;
}
.in_07_img a.a2 {
  left: 52.32%;
  top: 53.17%;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.in_07_img a.a3 {
  left: 46.74%;
  top: 62.25%;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.in_07_img a.a4 {
  left: 60.68%;
  top: 60.25%;
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.in_07_img a.a5 {
  left: 62.07%;
  top: 71.32%;
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.in_07_img a.a6 {
  left: 69.19%;
  top: 61.16%;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.in_07_img a.a7 {
  left: 72.75%;
  top: 55.35%;
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.in_07_img a.a8 {
  left: 78.01%;
  top: 57.89%;
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.in_07_img a.a9 {
  left: 74.45%;
  top: 63.88%;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.in_07_img a.a10 {
  left: 76.16%;
  top: 75.49%;
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.in_07_img a.a11 {
  left: 65.17%;
  top: 82.57%;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.in_07_img a.a12 {
  left: 68.88%;
  top: 85.84%;
  animation-delay: 1.11s;
  -webkit-animation-delay: 1.11s;
}
.in_07_img a.a13 {
  left: 68.26%;
  top: 88.74%;
  animation-delay: 1.12s;
  -webkit-animation-delay: 1.12s;
}
.in_08 {
  overflow: hidden;
  background: url("../images/in_18.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}
.in_08fr {
  width: 100%;
  overflow: hidden;
  margin-top: 0.7rem;
}
.in_08_t {
  width: 100%;
  overflow: hidden;
}
.in_08_t p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.in_08_t p.p1 {
  font-size: 0.56rem;
  color: #e3e3e3;
  line-height: 1;
  font-family: albb_bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.in_08_t p.p2 {
  font-size: 0.4rem;
  color: #494949;
  line-height: 0.6rem;
  font-family: albb_bold;
  position: relative;
  margin-top: -0.4rem;
}
.in_08_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}
.in_08c_slide {
  width: 100%;
  overflow: hidden;
  height: 72vh;
}
.in_08c_slide .swiper-slide {
  width: calc(100% / 8);
  overflow: hidden;
  position: relative;
}
.in_08c_slide .swiper-slide .in_08cs_c {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.in_08c_slide .swiper-slide .in_08cs_c .in_08c_img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.in_08c_slide .swiper-slide .in_08cs_c .in_08c_img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}
.in_08c_slide .swiper-slide .in_08cs_c .in_08c_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.in_08c_slide .swiper-slide .in_08cs_c .in_08cc_txt {
  width: 100%;
  overflow: hidden;
  padding: 0px 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.in_08c_slide .swiper-slide .in_08cs_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_08c_slide .swiper-slide .in_08cs_c p.p1 {
  font-size: 0.24rem;
  line-height: 1.75;
  margin-bottom: 0.1rem;
}
.in_08c_slide .swiper-slide .in_08cs_c p.p2 {
  font-size: 0.14rem;
  line-height: 1.75;
}
.in_08c_slide .swiper-slide .in_08cs_c p.p3 {
  font-size: 0.14rem;
  line-height: 1.75;
  height: 0px;
}
.in_08c_slide .swiper-slide .in_08cs_c p.p4 {
  position: absolute;
  left: 0px;
  bottom: 0.5rem;
  height: 0px;
}
.in_08c_slide .swiper-slide .in_08cs_c p.p4 img {
  width: 0.6rem;
  display: block;
  margin: 0px auto;
  padding: 0px;
}
.in_08c_slide.on .swiper-slide {
  width:calc((100% - 26%) / 6);
  float: left;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.in_08c_slide.on .swiper-slide.on {
  width:26%;
}
.in_08c_slide.on .swiper-slide.on .in_08cs_c p.p2 {
  display: none;
}
.in_08c_slide.on .swiper-slide.on .in_08cs_c p.p3 {
  height: 1.4rem;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.in_08c_slide.on .swiper-slide.on .in_08cs_c p.p4 {
  height: 0.6rem;
  bottom: 0.6rem;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.btnfr {
  overflow: hidden;
  background: url("../images/in_10.jpg") center no-repeat;
  background-size: cover;
  padding-top: 0.4rem;
}
.btn_t {
  width: 100%;
  overflow: hidden;
}
.btn_t ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.btn_t ul li.li1 {
  width: 32.25%;
}
.btn_t ul li .btnt_t {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem solid #c4c6c7;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.3rem;
  padding-bottom: 0.2rem;
}
.btn_t ul li .btnt_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}
.btn_t ul li .btnt_c1 dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.btn_t ul li .btnt_c1 dl dd {
  margin: 0.1rem 0px;
  padding: 0px;
  line-height: 0.3rem;
}
.btn_t ul li .btnt_c1 dl dd a {
  font-size: 0.2rem;
  color: #fff;
}
.btn_t ul li .btnt_c2 p {
  width: 100%;
  overflow: hidden;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  margin: 0.1rem 0px;
}
.btn_t ul li .btnt_c2 p span {
  display: inline-block;
  padding-left: 0.4rem;
}
.btn_t ul li .btnt_c2 p .sp1 {
  background: url("../images/btn_01.png") left center no-repeat;
  background-size: 0.26rem;
}
.btn_t ul li .btnt_c2 p .sp2 {
  background: url("../images/btn_02.png") left center no-repeat;
  background-size: 0.26rem;
}
.btn_t ul li .btnt_c2 p .sp3 {
  background: url("../images/btn_03.png") left center no-repeat;
  background-size: 0.26rem;
}
.btn_t ul li.li3 label {
  display: block;
  overflow: hidden;
  float: left;
}
.btn_t ul li.li3 label:nth-child(2) {
  margin-left: 0.6rem;
}
.btn_t ul li.li3 label img {
  display: block;
  height: 1.2rem;
}
.btn_t ul li.li3 label span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.btn_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}
.btn_c .fl {
  font-size: 0.2rem;
  color: #e5e5e9;
  line-height: 1.5;
}
.btn_c .fr {
  font-size: 0.2rem;
  color: #e5e5e9;
  line-height: 1.5;
}
.btn_c .fr a {
  float: left;
  display: inline-block;
  position: relative;
  color: #e5e5e9;
  margin-left: 0.6rem;
  padding-left: 0.2rem;
}
.btn_c .fr a:nth-child(1) {
  margin-left: 0px;
}
.btn_c .fr a::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #0066cc;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.03rem;
}
.btn_c .fr a:hover {
  color: #0066cc;
}
.btn_01 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #c5c5c5;
}
.btn_01 .fl ul li {
  float: left;
  margin-right: 0.2rem;
}
.btn_01 .fl ul li img {
  display: block;
  height: 0.45rem;
}
.btn_01 .fr img {
  height: 0.45rem;
  display: block;
}
.btn_02 {
  width: 100%;
  margin-top: 0.3rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.btn_02 dl {
  margin: 0px;
  padding: 0px;
  min-width: 1.4rem;
}
.btn_02 dl dt {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 0.2rem;
}
.btn_02 dl dt a {
  color: #fff;
}
.btn_02 dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 0.14rem;
  color: #c9c9c9;
  line-height: 1.75;
  margin: 0.1rem 0px;
}
.btn_02 dl dd a {
  color: #c9c9c9;
}
.btn_02 dl dd p {
  width: 100%;
  overflow: hidden;
  font-size: 0.14rem;
}
.btn_03 {
  width: 100%;
  overflow: hidden;
  border-top: 0.01rem solid #c5c5c5;
  margin-top: 0.3rem;
  padding: 0.25rem 0px;
}
.btn_03 .fr img {
  display: block;
  height: 0.9rem;
  float: left;
  margin-left: 0.1rem;
}
.btn_03 .fl p {
  width: 100%;
  overflow: hidden;
}
.btn_03 .fl p.p1 {
  line-height: 1.75;
}
.btn_03 .fl p.p1 a {
  float: left;
  display: inline-block;
  font-size: 0.14rem;
  color: #c9c9c9;
  margin-right: 0.7rem;
  position: relative;
  padding-left: 0.2rem;
}
.btn_03 .fl p.p1 a::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  display: block;
  border-radius: 50%;
  background-color: #005fff;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.02rem;
}
.btn_03 .fl p.p2 {
  font-size: 0.14rem;
  color: #c9c9c9;
  line-height: 1.75;
  margin-top: 0.2rem;
}
.sub_01 {
  width: 100%;
  overflow: visible;
  position: relative;
}
.sub_01 b.b1 {
  width: 100%;
  height: 46vh;
  overflow: hidden;
  display: block;
}
.sub_01_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.sub_01_c .sub_01c_c {
  width: 100%;
  overflow: hidden;
}
.sub_01_c .sub_01c_c p {
  width: 100%;
  overflow: hidden;
}
.sub_01_c .sub_01c_c p.p1 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1.5;
}
.sub_01_c .sub_01c_c p.p2 {
  margin-top: 0.2rem;
}
.sub_01_c .sub_01c_c p.p2 label {
  width: 100%;
  display: block;
  max-width: 36%;
  height: 0.5rem;
  overflow: visible;
  background-color: #fff;
  border-radius: 0.6rem;
  position: relative;
}
.sub_01_c .sub_01c_c p.p2 label input.sub01_txt {
  width: 100%;
  font-size: 0.16rem;
  color: #797878;
  height: 0.5rem;
  border-radius: 0.5rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
  padding: 0px 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.sub_01_c .sub_01c_c p.p2 label input.sub01_btn {
  height: 0.54rem;
  border: 0px;
  cursor: pointer;
  border-radius: 0px 0.3rem 0.3rem 0px;
  position: absolute;
  right: -0.02rem;
  top: -0.02rem;
  background-color: #2c5e98;
  font-size: 0.16rem;
  color: #fff;
  padding: 0px 0.5rem;
}
.nsbgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 1.3rem;
  background: url("../images/ns_01.jpg") center top no-repeat;
  background-size: cover;
}
.navfr {
  overflow: hidden;
  height: 0.9rem;
  position: relative;
  margin-top: -0.4rem;
  z-index: 990;
}
.navfr .fr {
  height: 0.9rem;
  background-color: #f5f7fc;
  padding: 0px 0.6rem;
  font-size: 0.14rem;
  color: #666;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.navfr .fr a {
  color: #666;
  float: left;
}
.navfr .fr i {
  float: left;
  margin: 0px 0.1rem;
}
.navfr .b1 {
  width: 10%;
  height: 0.9rem;
  overflow: hidden;
  display: block;
  background-color: #f5f7fc;
  position: absolute;
  right: 0px;
  top: 0px;
}
.navfr .fl {
  margin-top: 0.4rem;
}
.navfr .fl ul li {
  float: left;
  height: 0.5rem;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-left: 0.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}
.navfr .fl ul li:first-child {
  margin-left: 0px;
}
.navfr .fl ul li::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #0066cc;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.navfr .fl ul li a {
  font-size: 0.18rem;
  color: #999999;
}
.navfr .fl ul li.on::before {
  display: block;
}
.navfr .fl ul li.on a {
  font-size: 0.18rem;
  color: #333333;
}
.navfl_fr {
  width: 100%;
  overflow: hidden;
}
.navfl_slide {
  width: 100%;
  overflow: hidden;
}
.navfl_slide .swiper-slide {
  width: auto;
  overflow: hidden;
}
.navfl_slide .swiper-slide a {
  width: 100%;
  font-size: 0.22rem;
  margin-right: 0.1rem;
  color: #999;
  display: block;
  height: 0.8rem;
  position: relative;
  overflow: hidden;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}
.navfl_slide .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 0.06rem;
  display: block;
  overflow: hidden;
  background-color: #0066cc;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.navfl_slide .swiper-slide a.on::before {
  display: block;
}
.navfl_slide .swiper-slide a.on {
  font-size: 0.28rem;
  color: #333;
}
.navfr .fl1 {
  float: left;
  margin-top: 0.1rem;
}
.nfl1_c {
  width: 100%;
  height: 0.8rem;
  line-height: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}
.cpxq_navfr {
  overflow: visible;
}
.navselfr {
  float: left;
  position: relative;
  cursor: pointer;
}
.navselfr .navsel_t {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.navselfr .navsel_t span {
  display: inline-block;
  cursor: pointer;
  font-size: 0.2rem;
  color: #2b5f99;
  padding-right: 0.32rem;
  background: url("../images/cpzx_02.png") right center no-repeat;
  background-size: 0.18rem;
}
.navselfr .navsel_c {
  width: 3rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 998;
  display: none;
}
.navselfr .navsel_c ul {
  width: 100%;
  max-height: 5.79rem;
  padding: 0.2rem 0.4rem;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: 0.01rem solid #96949f;
  margin-top: 0.6rem;
  border-radius: 0.04rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.navselfr .navsel_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.navselfr .navsel_c ul li .nselc_t {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #2f2f2f;
  line-height: 0.3rem;
  cursor: pointer;
}
.navselfr .navsel_c ul li .nselc_t span {
  width: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/cpxq_08.png") right center no-repeat;
  background-size: 0.19rem;
}
.navselfr .navsel_c ul li .nselc_c {
  width: 100%;
  overflow: hidden;
  display: none;
}
.navselfr .navsel_c ul li .nselc_c p {
  width: 100%;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 1.75;
}
.navselfr .navsel_c ul li .nselc_c p a {
  color: #99999f;
}
.navselfr .navsel_c ul li .nselc_c p:nth-child(1) {
  margin-top: 0.05rem;
}
.navselfr .navsel_c ul li:last-child {
  margin-bottom: 0px;
}
.navselfr .navsel_c ul li.on .nselc_t span {
  background: url("../images/cpxq_09.png") right center no-repeat;
  background-size: 0.19rem;
}
.navselfr .navsel_c ul li.on .nselc_c {
  display: block;
}
.navselfr.on .navsel_c {
  display: block;
}
.nfl1_c .navfl1_l {
  float: left;
  margin-left: 0.4rem;
}
.nfl1_c .navfl1_l a {
  float: left;
  font-size: 0.16rem;
  color: #999999;
}
.nfl1_c .navfl1_l a:hover {
  color: #2b5f99;
}
.nfl1_c .navfl1_l a:last-child {
  color: #2b5f99;
}
.nfl1_c .navfl1_l i {
  float: left;
  margin: 0px 0.1rem;
  font-size: 0.16rem;
  color: #999;
}
.ns_01 {
  overflow: hidden;
  margin-top: 1rem;
  text-align: center;
}
.ns_01 p {
  width: 100%;
  overflow: hidden;
}
.ns_01 p.p1 {
  font-size: 0.56rem;
  font-family: Arial;
  color: #f5f5f6;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: bold;
}
.ns_01 p.p2 {
  font-size: 0.4rem;
  color: #191d29;
  line-height: 1.3;
  font-weight: bold;
  margin-top: -0.45rem;
}
.ns_02 {
  overflow: hidden;
  padding-top: 1rem;
}
.ns_02 ul {
  width: 100%;
  overflow: hidden;
  border-top: 0.02rem solid #d1d1de;
}
.ns_02 ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.4rem 0px;
  border-bottom: 0.02rem solid #d1d1de;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ns_02 ul li a {
  width: 100%;
  display: block;
  padding-left: 5.45rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ns_02 ul li em {
  display: block;
  font-style: normal;
}
.ns_02 ul li em.em1 {
  width: 5rem;
  height: 2.5rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ns_02 ul li em.em1 img {
  width: 100%;
  height: 2.5rem;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.ns_02 ul li em.em2 {
  width: 100%;
  overflow: visible;
  padding-left: 1.3rem;
  min-height: 0.9rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ns_02 ul li em.em2 label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ns_02 ul li em.em2 label.lb1 {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0.01rem solid #e6e6e6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ns_02 ul li em.em2 label.lb1 span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ns_02 ul li em.em2 label.lb1 span.sp1 {
  font-size: 0.3rem;
  color: #4a4a4a;
  line-height: 0.6rem;
}
.ns_02 ul li em.em2 label.lb1 span.sp2 {
  font-size: 0.16rem;
  color: #4a4a4a;
  line-height: 0.2rem;
}
.ns_02 ul li em.em2 label.lb2 {
  width: 100%;
  display: block;
  overflow: visible;
}
.ns_02 ul li em.em2 label.lb2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}
.ns_02 ul li em.em2 label.lb2 span.sp1 {
  font-size: 0.2rem;
  color: #0058af;
  line-height: 0.34rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ns_02 ul li em.em2 label.lb2 span.sp2 {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  color: #371f1f;
  line-height: 0.28rem;
  max-height: 0.84rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.ns_02 ul li em.em2 label.lb2 span.sp3 {
  font-size: 0.16rem;
  color: #371f1f;
  line-height: 1.5;
  margin-top: 0.1rem;
  display: none;
}
.ns_02 ul li em.em2 label.lb2 span.sp4 {
  margin-top: 0.92rem;
  overflow: visible;
}
.ns_02 ul li em.em2 label.lb2 span.sp4 b {
  display: inline-block;
  line-height: 0.4rem;
  padding: 0px 0.5rem;
  border-radius: 0.03rem;
  border: 0.01rem solid #0058af;
  font-size: 0.14rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ns_02 ul li a:hover em.em2 label.lb2 span.sp4 b {
  background-color: #0058af;
  color: #fff;
  -moz-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
  box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
}
.ns_02 ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
.ns_02 ul li a:hover em.em2 label.lb1 {
  background-color: #0058af;
  border: 0.01rem solid #0058af;
}
.ns_02 ul li a:hover em.em2 label.lb1 span.sp1 {
  color: #fff;
}
.ns_02 ul li a:hover em.em2 label.lb1 span.sp2 {
  color: #fff;
}
.pagesfr {
  overflow: hidden;
  text-align: center;
  margin-top: 1rem;
}
.pagesfr label {
  display: inline-block;
  cursor: pointer;
  color: #999;
  line-height: 0.32rem;
  font-size: 0.14rem;
}
.pagesfr label a {
  float: left;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  color: #999;
}
.pagesfr label span {
  float: left;
}
.pagesfr label a.a1 {
  display: inline-block;
  background: url("../images/p_01.png") center no-repeat;
  background-size: 0.1rem;
  margin-right: 0.3rem;
}
.pagesfr label a.a2 {
  display: inline-block;
  background: url("../images/p_02.png") center no-repeat;
  background-size: 0.1rem;
  margin-left: 0.3rem;
}
.pagesfr label a.on {
  background-color: #2d6bb2;
  color: #fff;
}
.pagesfr label a:hover {
  color: #0058af;
}
.nxqbgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 0.9rem;
  background: url("../images/nxq_01.jpg") center top no-repeat;
  background-size: cover;
}
.nxq_01 {
  overflow: hidden;
  padding-top: 0.8rem;
}
.nxq_01 h1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  font-size: 0.24rem;
  color: #0058af;
  line-height: 1.5;
  text-align: center;
}
.nxq_01 p {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  line-height: 0.28rem;
  border-bottom: 0.01rem solid #dadada;
  padding-bottom: 0.2rem;
}
.nxq_01 p .lb1 {
  float: left;
  font-size: 0.16rem;
  color: #818181;
}
.nxq_01 p .lb1 span {
  float: left;
  margin-left: 0.3rem;
}
.nxq_01 p .lb1 span:nth-child(1) {
  margin-left: 0px;
}
.nxq_01 p .lb2 {
  float: right;
}
.nxq_01 p .lb2 span {
  float: left;
  font-size: 0.16rem;
  color: #818181;
}
.nxq_01 p .lb2 a {
  display: inline-block;
  float: left;
  margin-left: 0.1rem;
}
.nxq_01 p .lb2 img {
  display: block;
  height: 0.28rem;
}
.nxq_02 {
  overflow: hidden;
  margin-top: 0.6rem;
}
.nxq_02 p {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #5c5b64;
  line-height: 1.75;
}
.nxq_02 img {
  max-width: 100%;
  height: auto !important;
}
.nxq_02 table {
  border: 0.01rem solid #eee !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
}
.nxq_02 table tr td {
  border-right: 0.01rem solid #eee !important;
  border-bottom: 0.01rem solid #eee !important;
}
.nxq_03 {
  overflow: hidden;
  margin-top: 1rem;
}
.nxq_03 a {
  width: 48%;
  display: block;
  padding: 0px 0.2rem;
  font-size: 0.16rem;
  color: #5c5b64;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.8rem;
  background-color: #f1f4fa;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.nxq_03 a:hover {
  color: #0066cc;
}
.nxq_04 {
  overflow: hidden;
  background: url("../images/nxq_02.jpg") center no-repeat;
  background-size: cover;
  padding: 0.6rem 0px 1rem 0px;
}
.nxq_04_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.4rem;
  color: #141414;
  line-height: 1.5;
  font-weight: bold;
}
.nxq_04_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.4rem;
}
.nxq_04_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.nxq_04_c ul li {
  width: 48%;
  overflow: hidden;
}
.nxq_04_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.nxq_04_c ul li em {
  display: block;
  font-style: normal;
}
.nxq_04_c ul li em.em1 {
  width: 3rem;
  height: 1.8rem;
  overflow: hidden;
  position: relative;
  float: Left;
  border-radius: 0.03rem;
}
.nxq_04_c ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.nxq_04_c ul li em.em2 {
  width: calc(100% - 3rem - 0.4rem);
  float: right;
}
.nxq_04_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}
.nxq_04_c ul li em.em2 span.sp1 {
  font-size: 0.24rem;
  color: #191d29;
  line-height: 0.34rem;
  max-height: 0.68rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.nxq_04_c ul li em.em2 span.sp2 {
  margin-top: 0.3rem;
  overflow: visible;
}
.nxq_04_c ul li em.em2 span.sp2 b {
  width: 0.4rem;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  border: 0.02rem solid #2d6bb2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.nxq_04_c ul li em.em2 span.sp2 b img {
  width: 100%;
  display: block;
}
.nxq_04_c ul li em.em2 span.sp2 b img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.nxq_04_c ul li em.em2 span.sp3 {
  font-size: 0.14rem;
  margin-top: 0.1rem;
  line-height: 0.24rem;
  height: 0.66rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.nxq_04_c ul li a:hover em.em2 span.sp1 {
  color: #2d6bb2;
}
.nxq_04_c ul li a:hover em.em2 span.sp2 b {
  background-color: #2d6bb2;
  -moz-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
  box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
}
.nxq_04_c ul li a:hover em.em2 span.sp2 b img.img2 {
  opacity: 1;
}
.nxq_04_c ul li a:hover em.em2 span.sp2 b img.img1 {
  opacity: 0;
}
.nxq_04_c ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
.yy_01bgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 0.4rem;
  background: url("../images/yy_01.jpg") center top no-repeat;
  background-size: cover;
}
.yy_01 {
  overflow: hidden;
  padding-top: 0.4rem;
}
.yy_01 .fl {
  width: 30%;
  overflow: hidden;
  position: relative;
}
.yy_01 .fl img.img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border-radius: 0.08rem;
}
.yy_01 .fl img.img2 {
  width: 90%;
  display: block;
  border-radius: 0.08rem;
  margin: 0.6rem 0px;
  margin-left: 10%;
  position: relative;
  z-index: 9;
}
.yy_01 .fr {
  width: 67%;
  overflow: hidden;
  padding-left: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.yy_01r_c {
  width: 100%;
  overflow: hidden;
}
.yy_01r_c p {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #222222;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.yy_01r_c p.p1 {
  font-size: 0.25rem;
  color: #1a1a1a;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding-bottom: 0.3rem;
}
.yy_01r_c p.p1::before {
  content: "";
  width: 0.4rem;
  height: 0.04rem;
  display: block;
  overflow: hidden;
  background: url("../images/yy_04.jpg") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.yy_01r_c p.p2 {
  font-size: 0.18rem;
  color: #0058b2;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
}
.yy_02bgfr {
  width: 100%;
  overflow: visible;
  padding:.3rem 0px 1rem 0px;
  background: url("../images/yy_02.jpg") center top no-repeat;
  background-size: cover;
}
.yy_02 {
  overflow: hidden;
}
.yy_02 p {
  width: 100%;
  overflow: hidden;
}
.yy_02 p.p1 {
  text-align: center;
  position: relative;
  font-size: 0.4rem;
  color: #2a2a2a;
  line-height: 1.1;
  padding-bottom: 0.4rem;
}
.yy_02 p.p1::before {
  content: "";
  width: 0.85rem;
  height: 0.1rem;
  display: block;
  overflow: hidden;
  background: url("../images/yy_05.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -0.425rem;
}
.yy_03 {
  overflow: hidden;
  margin-top: 0.4rem;
}
.yy_03 ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.yy_03 ul li:last-child {
  margin-bottom: 0px;
}
.yy_03 ul li .yy_03_img {
  width: 30%;
  overflow: hidden;
  position: relative;
}
.yy_03 ul li .yy_03_img img.img1 {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: block;
  border-radius: 0.15rem;
}
.yy_03 ul li .yy_03_img img.img2 {
  width: 95%;
  display: block;
  position: relative;
  z-index: 9;
  margin-right: 5%;
  margin: 0.3rem 0px;
  border-radius: 0.15rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.yy_03 ul li .yy_03_txt {
  width: 60%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.yy_03 ul li .yy_03_txt .yy_03t_c {
  width: 100%;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.yy_03 ul li .yy_03_txt p {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.yy_03 ul li .yy_03_txt p.p1 img {
  display: block;
  height: 0.92rem;
}
.yy_03 ul li .yy_03_txt p.p1 {
  display: none;
}
.yy_03 ul li .yy_03_txt p.p2 {
  font-size: 0.24rem;
  color: #0066cc;
  margin: 0.3rem 0px 0.3rem 0px;
}
.yy_03 ul li:nth-child(2n) .yy_03_img img.img1 {
  right: initial;
  left: 0px;
}
.yy_03 ul li:nth-child(2n) .yy_03_img img.img2 {
  margin-left: 5%;
  margin-right: 0px;
}
.yy_03 ul li:nth-child(2n) .yy_03_txt p.p1 img {
  float: right;
}
.yy_03 ul li:nth-child(2n) .yy_03_txt p.p2 {
  text-align: right;
}
.yy_03 ul li:hover .yy_03_img img.img2 {
  transform: translateY(-0.06rem);
  -webkit-transform: translateY(-0.06rem);
  -moz-transform: translateY(-0.06rem);
}
.yy_03 ul li:hover .yy_03_txt .yy_03t_c {
  transform: translateY(-0.06rem);
  -webkit-transform: translateY(-0.06rem);
  -moz-transform: translateY(-0.06rem);
}
.yy_03bgfr {
  width: 100%;
  overflow: visible;
  padding: 1rem 0px;
  background: url("../images/yy_03.jpg") center top no-repeat;
  background-size: cover;
}
.yy_03bgfr .yy_03 {
  margin-top: 0px;
}
.flsm_bgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 1rem;
  background: url("../images/flsm_01.jpg") center top no-repeat;
  background-size: cover;
}
.flsm_01 {
  overflow: hidden;
  padding-top: 0.8rem;
}
.flsm_01_c {
  width: 100%;
  overflow: hidden;
  padding: 0.7rem 0.4rem;
  background: url("../images/flsm_02.png") center no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.flsm_01_c p {
  width: 100%;
  text-indent: 2em;
  overflow: hidden;
  font-size: 0.16rem;
  color: #5c5b64;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.yyxq_01bgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 1rem;
  background: url("../images/yyxq_01.jpg") center top no-repeat;
  background-size: cover;
}
.yyxq_01 {
  overflow: hidden;
  padding-top: 1rem;
}
.yyxq_01 h1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 0.4rem;
  color: #0058af;
  overflow: hidden;
  border-bottom: 0.01rem solid #dadada;
  text-align: center;
  line-height: 1.1;
  padding-bottom: 0.5rem;
}
.yyxq_02 {
  overflow: hidden;
  padding-top: 1rem;
}
.yyxq_02 .wrap_in {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.yyxq_02 .fl {
  width: 44.5%;
  overflow: hidden;
}
.yyxq_02 .fr {
  width: 50.75%;
  overflow: visible;
}
.yyxq_02r_img {
  width: 100%;
  overflow: hidden;
  background: url("../images/yyxq_02.png") center no-repeat;
  background-size: cover;
  border-radius: 0.08rem;
  -moz-box-shadow: 0px 0px 0.24rem rgba(45, 107, 178, 0.11);
  -webkit-box-shadow: 0px 0px 0.24rem rgba(45, 107, 178, 0.11);
  box-shadow: 0px 0px 0.24rem rgba(45, 107, 178, 0.11);
}
.yyxq_02r_img img {
  width: 100%;
  display: block;
}
.yyxq_02l_t {
  width: 100%;
  overflow: hidden;
}
.yyxq_02l_t p {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #4a4a4a;
  text-align: justify;
  text-justify: inter-ideograph;
}
.yyxq_02l_t p {
  position: relative;
  padding-left: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.yyxq_02l_t p::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  border-radius: 50%;
  background-color: #424242;
  position: absolute;
  left: 0px;
  top: 0.12rem;
}
.yyxq_02l_t p.p_title {
  padding-left: 0px;
  font-size: 0.24rem;
  color: #2d6bb2;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.yyxq_02l_t p.p_title::before {
  display: none;
}
.yyxq_02l_c {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}
.yyxq_02l_c p {
  width: 100%;
  overflow: hidden;
}
.yyxq_02l_c p.p1 {
  font-size: 0.25rem;
  color: #2d6bb2;
  line-height: 1.5;
}
.yyxq_02l_c ul {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}
.yyxq_02l_c ul li {
  width: calc((100% - 1rem) / 4);margin-right:.2rem;
  float: Left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.yyxq_02l_c ul li:nth-child(4n){margin-right:0px;}

.yyxq_02l_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.yyxq_02l_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.yyxq_02l_c ul li em.em1 {
  border: 0.01rem solid #c9ccd0;
  border-radius: 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.yyxq_02l_c ul li em.em1 img {
  width: 100%;
  display: block;
}
.yyxq_02l_c ul li em.em2 {
  text-align: center;
  font-size: 0.16rem;
  color: #494949;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.yyxq_02l_c ul li a:hover em.em1 {
  background-color: #2472c9;
  border: 0.01rem solid #2472c9;
}
.yyxq_02l_c ul li a:hover em.em2 {
  color: #2472c9;
}
.ab_01bgfr {
  width: 100%;
  overflow: visible;
  background: url("../images/ab_01.jpg") center top no-repeat;
  background-size: cover;
}
.ab_01 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ab_01 .fl {
  width: 45%;
  overflow: hidden;
  position: relative;
  border-radius: 0.08rem;
  -moz-box-shadow: 0px 0px 0.5rem rgba(36, 79, 128, 0.2);
  -webkit-box-shadow: 0px 0px 0.5rem rgba(36, 79, 128, 0.2);
  box-shadow: 0px 0px 0.5rem rgba(36, 79, 128, 0.2);
}
.ab_01 .fl img {
  width: 100%;
  display: block;
}
.ab_01 .fl ul {
  width: calc(100% - 1rem);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.08rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.ab_01 .fl ul li {
  width: calc(100% / 3);
  text-align: center;
  padding: 0px 0.4rem;
  margin: 0.2rem 0px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ab_01 .fl ul li::before {
  content: "";
  width: 0.01rem;
  height: calc(100%);
  display: block;
  overflow: hidden;
  background-color: rgba(86, 86, 86, 0.25);
  position: absolute;
  right: 0px;
  top: 0px;
}
.ab_01 .fl ul li:last-child::before {
  display: none;
}
.ab_01 .fl ul li p {
  width: 100%;
  overflow: hidden;
}
.ab_01 .fl ul li p.p1 {
  font-size: 0.3rem;
  color: #2d6bb2;
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
}
.ab_01 .fl ul li p.p2 {
  font-size: 0.16rem;
  color: #1c1c1c;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.ab_01 .fl ul li p.p3 {
  font-size: 0.14rem;
  color: #999;
  line-height: 1.5;
  text-transform: uppercase;
}
.ab_01 .fr {
  width: 46%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.ab_01 .fr .ab_01r_c {
  width: 100%;
  overflow: hidden;
}
.ab_01 .fr p {
  width: 100%;
  overflow: hidden;
}
.ab_01 .fr p.p1 {
  font-size: 0.24rem;
  color: #1c1c1c;
  line-height: 1.2;
  font-weight: bold;
}
.ab_01 .fr p.p2 {
  font-size: 0.18rem;
  position: relative;
  color: #232323;
  line-height: 1.75;
  margin-top: 0.2rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
.ab_01 .fr p.p2::before {
  content: "";
  width: 0.4rem;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #2d6bb2;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.ab_01 .fr p.p3 {
  font-size: 0.16rem;
  color: #4d4d4d;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ab_01 .fr p.p4 {
  margin-top: 0.7rem;
}
.ab_01 .fr p.p4 a {
  width: 2.3rem;
  overflow: hidden;
  display: block;
}
.ab_01 .fr p.p4 em {
  width: 100%;
  display: block;
  overflow: hidden;
}
.ab_01 .fr p.p4 em.em1 {
  border-radius: 0.08rem;
  position: relative;
}
.ab_01 .fr p.p4 em.em1 img {
  width: 100%;
  display: block;
}
.ab_01 .fr p.p4 em.em1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ab_06.png") center no-repeat;
  background-size: 0.4rem;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ab_01 .fr p.p4 em.em2 {
  text-align: center;
  font-style: normal;
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.ab_02bgfr {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0px;
  background: url("../images/ab_02.jpg") center top no-repeat;
  background-size: cover;
}
.ab_02bgfr .ns_01 {
  margin-top: 0px;
}
.ab_02bgfr .ns_01 p {
  text-align: left;
}
.ab_02bgfr .ns_01 p.p1 {
  color: rgba(209, 211, 216, 0.1);
  font-size: 0.5rem;
}
.ab_02bgfr .ns_01 p.p2 {
  color: #fff;
  font-size: 0.4rem;
  margin-top: -0.4rem;
}
.ab_02 {
  overflow: hidden;
}
.ab_02_slide {
  width: 100%;
  overflow: visible;
  padding: 1.2rem 0px;
}
.ab_02_slide .swiper-slide {
  width: 4rem;
  overflow: hidden;
}
.ab_02_slide .swiper-slide .ab_02_l {
  width: 100%;
  overflow: hidden;
  padding-left: 0.4rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ab_02_slide .swiper-slide .ab_02_l::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
}
.ab_02_slide .swiper-slide .ab_02_l p {
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.14rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ab_02_slide .swiper-slide .ab_02_l p.p1 {
  font-size: 0.7rem;
  font-family: Arial;
  line-height: 1;
  font-weight: bold;
}
.ab_02_slide .swiper-slide .ab_02_l p.p2 {
  font-size: 0.18rem;
  line-height: 1.75;
  margin-top: 0.15rem;
}
.ab_02_slide .swiper-slide-active .ab_02_l p {
  color: #fff;
}
.ab_03 {
  overflow: hidden;
}
.ab_03 ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ab_03 ul::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0px;
  bottom: 0.01rem;
}
.ab_03 ul li {
  float: Left;
  font-size: 0.24rem;
  margin-left: 0.6rem;
  position: relative;
  height: 0.6rem;
  line-height: 0.7;
  font-family: arial;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.25rem;
}
.ab_03 ul li:first-child {
  margin-left: 0px;
}
.ab_03 ul li::before {
  content: "";
  width: 0%;
  height: 0.04rem;
  display: block;
  overflow: hidden;
  background-color: #2d6bb2;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ab_03 ul li a {
  color: #fff;
}
.ab_03 ul li.on {
  font-size: 0.6rem;
  color: #2d6bb2;
}
.ab_03 ul li.on a {
  color: #2d6bb2;
}
.ab_03 ul li.on::before {
  width: 100%;
  left: 0px;
}
.ab_04 {
  overflow: hidden;
  width: 100%;
  padding: 1rem 0px 1.5rem 0px;
  background: url("../images/ab_03.jpg") center top no-repeat;
  background-size: cover;
}
.ab_04 .ns_01 {
  margin-top: 0px;
}
.ab_04 .ns_01 p.p1 {
  color: #f2f3f6;
  font-size: 0.56rem;
}
.ab_04 .ns_01 p.p2 {
  color: #25282f;
  font-size: 0.4rem;
  margin-top: -0.47rem;
}
.ab_04_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}
.ab_04_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.ab_04_c ul li {
  width: calc((100% - 1.8rem) / 3);
  overflow: hidden;
  padding: 0.4rem 0.6rem;
  background-color: #f5f7fc;
  border-radius: 0.08rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ab_04_c ul li p {
  width: 100%;
  overflow: hidden;
}
.ab_04_c ul li p.p1 {
  font-size: 0.5rem;
  color: #242f3c;
  line-height: 1.1;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: bold;
}
.ab_04_c ul li p.p2 {
  font-size: 0.32rem;
  color: #25282f;
  line-height: 1.5;
}
.ab_04_c ul li p.p3 {
  margin-top: 0.6rem;
}
.ab_04_c ul li p.p3 i {
  display: inline-block;
  position: relative;
}
.ab_04_c ul li p.p3 img {
  display: block;
  height: 0.6rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ab_04_c ul li p.p3 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.ab_04_c ul li p.p4 {
  font-size: 0.18rem;
  color: #0c0c0c;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.ab_04_c ul li p.p5 {
  font-size: 0.12rem;
  color: rgba(37, 40, 47, 0.3);
  line-height: 1.1;
  margin-top: 0.1rem;
}
.ab_04_c ul li:hover {
  background-color: #2d6bb2;
  -moz-box-shadow: 0px 0px 0.5rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.5rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.5rem rgba(45, 107, 178, 0.5);
}
.ab_04_c ul li:hover p.p1 {
  color: #fff;
}
.ab_04_c ul li:hover p.p2 {
  color: #fff;
}
.ab_04_c ul li:hover p.p3 img.img1 {
  opacity: 0;
}
.ab_04_c ul li:hover p.p3 img.img2 {
  opacity: 1;
}
.ab_04_c ul li:hover p.p4 {
  color: #fff;
}
.ab_04_c ul li:hover p.p5 {
  color: rgba(255, 255, 255, 0.3);
}
.ab_05 {
  overflow: hidden;
  width: 100%;
  padding: 1rem 0px 1rem 0px;
  background: url("../images/ab_04.jpg") center top no-repeat;
  background-size: cover;
}
.ab_05 .ns_01 {
  margin-top: 0px;
}
.ab_05 .ns_01 p.p1 {
  color: #f2f3f6;
  font-size: 0.56rem;
}
.ab_05 .ns_01 p.p2 {
  color: #25282f;
  font-size: 0.4rem;
  margin-top: -0.45rem;
}
.ab_08 p.p1 {
  color: #f2f3f6;
  font-size: 0.56rem;
}
.ab_08 p.p2 {
  color: #25282f;
  font-size: 0.4rem;
  margin-top: -0.45rem;
}
.ab_05_c {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.ab_05c_slide {
  width: 100%;
  overflow: visible;
}
.ab_05c_slide .swiper-slide {
  width: 20%;
  overflow: visible;
}
.ab_05c_slide .swiper-slide img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ab_05c_slide .swiper-slide:hover img {
  -moz-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
}
.ab_05c_slide .ab_05bl_prev {
  width: 0.6rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/cpxq_05.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1%;
  top: 0px;
  z-index: 999;
}
.ab_05c_slide .ab_05bl_prev:hover {
  background: url("../images/cpxq_05_on.png") center no-repeat;
  background-size: 100%;
}
.ab_05c_slide .ab_05bl_next {
  width: 0.6rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/cpxq_06.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 1%;
  top: 0px;
  z-index: 999;
}
.ab_05c_slide .ab_05bl_next:hover {
  background: url("../images/cpxq_06_on.png") center no-repeat;
  background-size: 100%;
}
.ab_05_b {
  width: 100%;
  overflow: hidden;
  height: 0.8rem;
}
.ab_05_b .ab_05b_l {
  width: 3rem;
  height: 0.8rem;
  overflow: hidden;
  float: left;
  background-color: #fff;
  border-radius: 0.06rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.ab_05_b .ab_05b_l label {
  display: inline-block;
  cursor: pointer;
}
.ab_05_b .ab_05b_l label a {
  float: Left;
  margin-top: 0.05rem;
}
.ab_05_b .ab_05b_l label a.ab_05bl_prev {
  width: 0.2rem;
  height: 0.1rem;
  background: url("../images/in_13.png") center no-repeat;
  background-size: 100% 100%;
}
.ab_05_b .ab_05b_l label a.ab_05bl_prev:hover {
  background: url("../images/in_14.png") center no-repeat;
  background-size: 100% 100%;
}
.ab_05_b .ab_05b_l label a.ab_05bl_next {
  width: 0.2rem;
  height: 0.1rem;
  background: url("../images/in_11.png") center no-repeat;
  background-size: 100% 100%;
}
.ab_05_b .ab_05b_l label a.ab_05bl_next:hover {
  background: url("../images/in_12.png") center no-repeat;
  background-size: 100% 100%;
}
.ab_05_b .ab_05b_l label i {
  float: Left;
  display: block;
  width: 0.01rem;
  height: 0.2rem;
  background-color: #d1d1d1;
  margin: 0px 0.6rem;
}
.ab_05_b .ab_05b_r {
  float: right;
  color: #2d2c2c;
  font-size: 0.2rem;
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.ab_05_b .ab_05b_r .ab_05br_sp {
  bottom: 0px !important;
}
.ab_05_b .ab_05b_r .ab_05br_sp span.sp1 {
  font-size: 0.3rem;
}
.ab_06 {
  overflow: hidden;
  background: url("../images/ab_05.jpg") center no-repeat;
  background-size: cover;
  padding: 1rem 0px;
}
.ab_06 ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.ab_06 ul li {
  width: 47.25%;
  overflow: hidden;
  border-radius: 0.08rem;
  padding: 0.8rem 0px;
  background: url("../images/ab_07.jpg") center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ab_06 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.ab_06 ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ab_06 ul li span.sp1 {
  font-size: 0.3rem;
  color: #2b1137;
  line-height: 1.1;
}
.ab_06 ul li span.sp2 {
  font-size: 0.16rem;
  color: #d9dce1;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 0.1rem;
}
.ab_06 ul li span.sp3 {
  margin-top: 0.3rem;
}
.ab_06 ul li span.sp3 i {
  display: inline-block;
  line-height: 0.4rem;
  padding: 0px 0.24rem;
  border-radius: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  background-color: #1258fa;
}
.ab_06 ul li:hover {
  background: url("../images/ab_08.jpg") center no-repeat;
  background-size: cover;
  -moz-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
}
.ab_06 ul li:hover span.sp1 {
  color: #fff;
}
.ab_06 ul li:hover span.sp3 i {
  background-color: #fff;
  color: #1258fa;
}
.ab_07 {
  overflow: hidden;
  background-color: #fff;
  padding: 1rem 0px;
}
.ab_07 .ns_01 {
  margin-top: 0px;
}
.ab_07 .ns_01 p.p1 {
  color: #f2f3f6;
  font-size: 0.56rem;
}
.ab_07 .ns_01 p.p2 {
  color: #25282f;
  font-size: 0.4rem;
  margin-top: -0.3rem;
}
.ab_07_c {
  overflow: hidden;
  padding-top: 1rem;
}
.ab_07_c ul {
  width: 100%;
  overflow: visible;
}
.ab_07_c ul li {
  width: 100%;
  margin-bottom: 0.4rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.08rem;
  border: 0.01rem solid #dadada;
  border-top: 0.01rem solid #2347cc;
  border-bottom: 0.01rem solid #2347cc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ab_07_c ul li p {
  width: 100%;
  overflow: hidden;
}
.ab_07_c ul li p.p1 {
  font-size: 0.25rem;
  color: #2b1137;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.ab_07_c ul li p.p2 {
  font-size: 0.18rem;
  color: #2b1137;
  line-height: 0.3rem;
  margin-bottom: 0.05rem;
  padding-left: 1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ab_07_c ul li p.p2 span.sp1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1rem;
}
.ab_07_c ul li p.p2 span.sp1 i {
  width: 0.8rem;
  display: block;
  overflow: hidden;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  float: left;
}
.ab_07_c ul li label {
  width: 1.13rem;
  display: block;
  margin-top: 0.3rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.ab_07_c ul li label b {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
}
.ab_07_c ul li label img {
  width: 100%;
  display: block;
}
.ab_07_c ul li label i {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 0.14rem;
  color: #2b1137;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.ab_07_c ul li .fl {
  width: 30%;
  overflow: hidden;
  position: relative;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ab_07_c ul li .fr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ab_07_c ul li .fr .maptul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ab_07_c ul li:last-child {
  margin-bottom: 0px;
}
.jr_01bgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 1rem;
  background: url("../images/jr_04.jpg") center top no-repeat;
  background-size: cover;
}
.jr_01 {
  overflow: hidden;
  padding-top: 1rem;
}
.jr_01 ul li {
  width: 100%;
  overflow: hidden;
  border: 0.01rem solid #dadada;
  border-radius: 0.08rem;
  margin-bottom: 0.27rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.jr_01 ul li .jr_01_t {
  width: 100%;
  overflow: hidden;
  height: 1rem;
  border-bottom: 0.01rem solid #dadada;
  position: relative;
}
.jr_01 ul li .jr_01_t span {
  float: left;
  display: block;
  height: 1rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}
.jr_01 ul li .jr_01_t span.sp1 {
  width: 4.3rem;
  font-size: 0.2rem;
  color: #2b1137;
  margin-left: 0.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jr_01 ul li .jr_01_t span.sp2 {
  width: 2.5rem;
  font-size: 0.16rem;
  color: #7b7a7c;
}
.jr_01 ul li .jr_01_t span.sp3 {
  width: 2.5rem;
  font-size: 0.16rem;
  color: #7b7a7c;
}
.jr_01 ul li .jr_01_t span.sp4 {
  width: 2.5rem;
  font-size: 0.16rem;
  color: #7b7a7c;
}
.jr_01 ul li .jr_01_t a.jr_01_click {
  width: 0.75rem;
  height: 0.36rem;
  display: block;
  overflow: hidden;
  background-color: #2d6bb2;
  border-radius: 0.04rem;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -0.18rem;
  -moz-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.jr_01 ul li .jr_01_t a.jr_01_click b {
  width: 0.13rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/jr_01.png") center no-repeat;
  background-size: 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.jr_01 ul li .jr_01_c {
  width: 100%;
  overflow: hidden;
  display: none;
}
.jr_01 ul li.on {
  background: url("../images/jr_03.jpg") center no-repeat;
  background-size: cover;
}
.jr_01 ul li.on .jr_01_t a.jr_01_click b {
  background: url("../images/jr_02.png") center no-repeat;
  background-size: 100%;
}
.jr_01 ul li.on .jr_01_c {
  display: block;
}
.jr_01 ul li.on .jr_01_c .jr_01c_li:last-child {
  border-bottom: 0px;
}
.jr_01c_li {
  width: 100%;
  padding: 0.4rem 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid #dadada;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.jr_01c_li .jr01c_a {
  width: 100%;
  overflow: hidden;
}
.jr_01c_li .jr01c_a p {
  width: 100%;
  overflow: hidden;
  font-size: 0.17rem;
  color: #525252;
  line-height: 1.75;
}
.jr_01c_li .jr01c_l {
  width: 4.4rem;
  overflow: hidden;
}
.jr_01c_li .jr01c_l p {
  width: 100%;
  overflow: hidden;
}
.jr_01c_li .jr01c_l p.p1 {
  font-size: 0.18rem;
  color: #2b1137;
  line-height: 1.75;
}
.jr_01c_li .jr01c_l p.p2 {
  font-size: 0.18rem;
  color: #0066cc;
  line-height: 1.5;
}
.jr_01c_li .jr01c_r {
  width: calc(100% - 4.4rem - 1.6rem);
  overflow: hidden;
}
.jr_01c_li .jr01c_r p {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #525252;
  line-height: 1.75;
}
.jr_01c_li .jr01c_b {
  width: 1.6rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}
.jr_01c_li .jr01c_b a {
  width: 100%;
  height: 0.45rem;
  border-radius: 0.04rem;
  display: block;
  overflow: hidden;
  background-color: #fdb51f;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fk_01bgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 1rem;
  background-size: cover;
}
.fk_01 {
  overflow: hidden;
  padding-top: 1rem;
}
.fk_01fr {
  width: 100%;
  overflow: hidden;
  background: url("../images/fk_02.jpg") center no-repeat;
  background-size: cover;
  border-radius: 0.15rem 0.15rem 0px 0px;
}
.fk_01_c1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 1.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fk_01_c1 div {
  display: inline-block;
}
.fk_01_c1 label {
  width: 0.48rem;
  height: 1.4rem;
  float: left;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fk_01_c1 label img {
  width: 100%;
  display: block;
}
.fk_01_c1 span {
  float: Left;
  margin-left: 0.2rem;
  font-size: 0.16rem;
  color: #2a2a2a;
  height: 1.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fk_02 {
  overflow: hidden;
  padding-top: 0.8rem;
}
.fk_02 .wrap_in {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.fk_02 .fl {
  width: 34%;
  overflow: hidden;
  border-radius: 0.08rem;
  position: relative;
}
.fk_02 .fl img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
.fk_02 .fr {
  width: calc(100% - 34% - 0.2rem);
  overflow: hidden;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  background-color: #f0f4f7;
  border-radius: 0.08rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fk_02r_c {
  width: 100%;
  overflow: hidden;
}
.fk_02r_c p {
  width: 100%;
  overflow: hidden;
  min-height: 0.7rem;
  padding-left: 1.7rem;
  position: relative;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fk_02r_c p .sp1 {
  display: block;
  height: 0.7rem;
  font-size: 0.16rem;
  color: #2a2a2a;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}
.fk_02r_c p .sp1 i {
  color: #ff0000;
}
.fk_02r_c p .sp2 {
  width: 100%;
  overflow: hidden;
  display: block;
  min-height: 0.7rem;
}
.fk_02r_c p .sp2 input.fk02_txt {
  width: 100%;
  height: 0.7rem;
  font-size: 0.2rem;
  padding: 0px 0.2rem;
  overflow: hidden;
  border: 0.01rem solid #dbe0e6;
  border-radius: 0.04rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fk_02r_c p .sp2 textarea {
  width: 100%;
  height: 1.3rem;
  padding: 0.1rem 0.2rem;
  font-size: 0.2rem;
  border: 0.01rem solid #dbe0e6;
  border-radius: 0.04rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fk_02r_c p .sp2 input.fk02_txt1 {
  width: calc(100% - 1.7rem);
  height: 0.7rem;
  font-size: 0.2rem;
  padding: 0px 0.2rem;
  overflow: hidden;
  border: 0.01rem solid #dbe0e6;
  border-radius: 0.04rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fk_02r_c p .sp2 img.img1 {
  height: 0.7rem;
  width: 1.5rem;
  display: block;
  float: right;
  border-radius: 0.04rem;
}
.fk_02r_c p.p1 {
  padding-left: 0px;
  text-align: center;
  padding-top: 0.38rem;
  overflow: visible;
}
.fk_02r_c p.p1 input.fk02_btn {
  width: 2rem;
  height: 0.5rem;
  border: 0px;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #0066cc;
  font-size: 0.16rem;
  color: #fff;
  -moz-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
}
.jss_01 p.p1 {
  color: rgba(96, 105, 116, 0.06);
}
.fk_01_c2 {
  width: 100%;
  overflow: hidden;
  height: 1.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fk_01_c2 label {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 8.5rem;
  height: 0.69rem;
  border: 0.01rem solid #b1b1b1;
  border-radius: 0.69rem;
  position: relative;
  background-color: #fff;
}
.fk_01_c2 label .fkc2_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
  padding: 0px 0.35rem;
  font-size: 0.16rem;
  border-radius: 0.69rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fk_01_c2 label .fkc2_btn {
  width: 1.5rem;
  height: 0.61rem;
  cursor: pointer;
  border: 0px;
  background-color: #2d6bb2;
  border-radius: 0.61rem;
  font-size: 0.16rem;
  color: #fff;
  position: absolute;
  right: 0.04rem;
  top: 0.04rem;
  -moz-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
}
.jss_01 {
  overflow: hidden;
  margin-top: 0.25rem;
}
.jss_01 table {
  width: 100%;
  overflow: hidden;
  border-radius: 0.08rem;
}
.jss_01 table thead tr td {
  background-color: #2d6bb2;
  font-size: 0.18rem;
  padding: 0.2rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.75;
}
.jss_01 table tbody tr td {
  font-size: 0.18rem;
  color: #8c8c8c;
  line-height: 1.75;
  padding: 0.2rem;
  background-color: #f6f8fc;
  text-align: center;
}
.jss_01 table tbody tr:nth-child(2n) td {
  background-color: #fff;
}
.jss_01 table tbody tr td a {
  color: #152f76;
  font-weight: bold;
}
.zlxz_01 {
  overflow: hidden;
  margin-top: 0.25rem;
}
.zlxz_01 table {
  width: 100%;
  overflow: hidden;
  border-radius: 0.08rem;
}
.zlxz_01 table thead tr td {
  background-color: #2d6bb2;
  font-size: 0.16rem;
  padding: 0.2rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.75;
}
.zlxz_01 table tbody tr td {
  font-size: 0.16rem;
  color: #8c8c8c;
  line-height: 1.75;
  padding: 0.2rem;
  background-color: #f6f8fc;
  text-align: center;
}
.zlxz_01 table tbody tr:nth-child(2n) td {
  background-color: #fff;
}
.zlxz_01 table tbody tr td a.a1 {
  color: #152f76;
  font-weight: bold;
}
.zlxz_01 table tbody tr td a.a2 {
  line-height: 0.32rem;
  padding: 0px 0.2rem;
  border: 0.01rem solid #2d6bb2;
  color: #2d6bb2;
  border-radius: 0.32rem;
  font-size: 0.16rem;
  display: inline-block;
  margin-left: 0.3rem;
}
.zlxz_01 table tbody tr td a.a2:hover {
  background-color: #2d6bb2;
  color: #fff;
  -moz-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
}
.fk_01_c3 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 1.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fk_01_c3 div {
  display: inline-block;
}
.fk_01_c3 label {
  width: 0.38rem;
  height: 1.1rem;
  float: left;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fk_01_c3 label img {
  width: 100%;
  display: block;
}
.fk_01_c3 span {
  float: Left;
  margin-left: 0.2rem;
  font-size: 0.16rem;
  color: #2a2a2a;
  height: 1.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.ypsq_01 {
  overflow: hidden;
  padding-top: 0.4rem;
}
.ypsq_01fr {
  width: 100%;
  overflow: visible;
  padding: 0.5rem 0.4rem;
  background-color: #f5f7fc;
  border-radius: 0.08rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ypsq_01fr ul li {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.36rem;
}
.cplb_01 {
  overflow: hidden;
  margin-top: 0.1rem;
}
.ypsq01_li {
  width: calc((100% - 0.6rem) / 2);
  overflow: hidden;
  padding-left: 1.7rem;
  min-height: 0.7rem;
  float: Left;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ypsq01_li:nth-child(2n) {
  margin-left: 0.6rem;
}
.ypsq01_li .y01li_l {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0.16rem;
  color: #2a2a2a;
  line-height: 0.7rem;
}
.ypsq01_li .y01li_l i {
  color: #ff0000;
}
.ypsq01_li .y01li_r {
  width: 100%;
  min-height: 0.7rem;
  overflow: hidden;
}
.y01li_r1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.y01li_r1 select {
  width: 100%;
  height: 0.7rem;
  overflow: hidden;
  font-size: 0.2rem;
  padding: 0px 0.4rem 0px 0.15rem;
  color: #636363;
  border: 0.01rem solid #dbe0e6;
  border-radius: 0.04rem;
  background: url("../images/ysq_01.png") right center no-repeat #fff;
  background-size: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.y01li_r1 .lb3 {
  position: relative;
  min-height: 0.7rem;
  padding-right: 0.37rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.y01li_r1 .lb3 a {
  width: 0.27rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ysq_02.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}
.y01li_r1 .lb3 input {
  width: 1rem;
  height: 0.7rem;
  border: 0.01rem solid #dbe0e6;
  border-radius: 0.04rem;
  text-align: center;
  font-size: 0.2rem;
  color: #636363;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.y01li_r1 .lb3 input::-moz-placeholder {
  color: #636363;
}
.y01li_r1 .lb3 input::-moz-placeholder {
  color: #636363;
}
.y01li_r1 .lb3 input:-ms-input-placeholder {
  color: #636363;
}
.y01li_r1 .lb3 input::-webkit-input-placeholder {
  color: #636363;
}
.y01li_r1 .lb1 {
  max-width: 2.19rem;
  width: 40%;
}
.y01li_r1 .lb2 {
  max-width: 1.52rem;
  width: 28%;
}
.y01li_r2 {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.y01li_r2 select {
  width: 100%;
  height: 0.7rem;
  overflow: hidden;
  font-size: 0.16rem;
  padding: 0px 0.4rem 0px 0.15rem;
  color: #636363;
  border: 0.01rem solid #dbe0e6;
  border-radius: 0.04rem;
  background: url("../images/ysq_01.png") right center no-repeat #fff;
  background-size: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.y01li_r2 label {
  display: block;
  overflow: hidden;
  position: relative;
}
.y01li_r2 label.lb1 {
  max-width: 2.52rem;
  width: 46%;
}
.y01li_r2 label.lb2 {
  max-width: 1.52rem;
  width: 28%;
}
.y01li_r2 label.lb3 {
  max-width: 1.19rem;
  width: 22%;
}
.y01li_r3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.y01li_r3 input {
  width: 100%;
  height: 0.7rem;
  border: 0.01rem solid #dbe0e6;
  padding: 0px 0.15rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  color: #636363;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.y01li_r3 input::-moz-placeholder {
  color: #636363;
}
.y01li_r3 input::-moz-placeholder {
  color: #636363;
}
.y01li_r3 input:-ms-input-placeholder {
  color: #636363;
}
.y01li_r3 input::-webkit-input-placeholder {
  color: #636363;
}
.y01li_r3 img {
  height: calc(100% - 0.08rem);
  display: block;
  position: absolute;
  right: 0.04rem;
  top: 0.04rem;
}
#xxbutton {
  width: 1.6rem;
  margin-top: 0.1rem;
  height: 0.5rem;
  border: 0px;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #0066cc;
  font-size: 0.16rem;
  color: #fff;
}
.ypsq01_li1 {
  width: 100%;
  padding: 0px;
  text-align: center;
  overflow: visible;
  padding-top: 0.4rem;
}
.ypsq01_li1 input.y01li_btn {
  width: 2rem;
  height: 0.5rem;
  border: 0px;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #0066cc;
  font-size: 0.16rem;
  color: #fff;
  -moz-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
}
.ysptcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}
.ysptcfr .ysptc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.ysptcfr .ysptc_c {
  width: 10rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.08rem;
  position: absolute;
  left: 50%;
  margin-left: -5rem;
  top: 50%;
  margin-top: 0px;
}
.ysptc_c_t {
  widtH: 100%;
  overflow: hidden;
  position: relative;
  height: 0.6rem;
  border-radius: 0.08rem 0.08rem 0px 0px;
  background: url("../images/ysq_03.jpg") center no-repeat;
  background-size: cover;
}
.ysptc_c_t .sp1 {
  float: left;
  height: 0.6rem;
  font-size: 0.25rem;
  color: #fff;
  margin-left: 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.ysptc_c_t a.close {
  width: 0.22rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.4rem;
  top: 0px;
}
.ysptc_c_c {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0.4rem 0.4rem 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ytcc_t {
  width: 100%;
  overflow: hidden;
}
.ytcc_t .fl .sp1 {
  float: Left;
  font-size: 0.22rem;
  color: #313131;
  line-height: 0.42rem;
}
.ytcc_t .fl select {
  float: left;
  margin-left: 0.3rem;
  height: 0.42rem;
  border-radius: 0.42rem;
  border: 0.01rem solid #c9d0e0;
  padding: 0px 0.4rem 0px 0.2rem;
  font-size: 0.15rem;
  color: #3b3b3b;
  background: url("../images/ysq_06.png") right center no-repeat;
  background-size: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ytcc_t .fr {
  width: 3.4rem;
  height: 0.42rem;
  overflow: visible;
  position: relative;
  border: 0.01rem solid #c9d0e0;
  border-radius: 0.42rem;
}
.ytcc_t .fr .ytct_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 0.42rem;
  border: 0px;
  padding: 0px 0.2rem;
  font-size: 0.15rem;
  color: #3b3b3b;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ytcc_t .fr .ytct_txt::-moz-placeholder {
  color: #3b3b3b;
}
.ytcc_t .fr .ytct_txt::-moz-placeholder {
  color: #3b3b3b;
}
.ytcc_t .fr .ytct_txt:-ms-input-placeholder {
  color: #3b3b3b;
}
.ytcc_t .fr .ytct_txt::-webkit-input-placeholder {
  color: #3b3b3b;
}
.ytcc_t .fr .ytct_btn {
  height: 0.38rem;
  padding: 0px 0.25rem;
  border: 0px;
  cursor: pointer;
  background-color: #2d6bb2;
  border-radius: 0px 0.38rem 0.38rem 0px;
  font-size: 0.16rem;
  color: #fff;
  position: absolute;
  right: 0.02rem;
  top: 0.02rem;
}
.ytcc_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.25rem;
}
.ytcc_c table {
  widtH: 100%;
  overflow: hidden;
  border: 0.01rem solid #dadada;
  border-radius: 0.08rem;
  border-right: 0px;
  border-bottom: 0px;
}
.ytcc_c table tr td:last-child {
  border-right: 0.01rem solid #dadada;
}
.ytcc_c table thead tr td {
  border-bottom: 0.01rem solid #dadada;
  background-color: #f5f7fc;
  font-size: 0.18rem;
  color: #414141;
  text-align: center;
  line-height: 1.5;
  padding: 0.1rem;
}
.ytcc_c table tr td:nth-child(1) {
  width: 0.4rem;
}
.ytcc_c table tr td:nth-child(2) {
  width: 1.4rem;
}
.ytcc_c table tr td:nth-child(6) {
  width: 0.8rem;
}
.ytcc_c table tbody tr td {
  border-bottom: 0.01rem solid #dadada;
  padding: 0.05rem 0.1rem;
  font-size: 0.16rem;
  color: #99999f;
  text-align: center;
  line-height: 1.5;
}
.ytcc_c table tbody tr td a.a1 {
  display: inline-block;
  line-height: 0.25rem;
  padding: 0px 0.15rem;
  border: 0.01rem solid #2d6bb2;
  font-size: 0.14rem;
  color: #2d6bb2;
  border-radius: 0.25rem;
}
.ytcc_c table tbody tr td a.a1:hover {
  background-color: #2d6bb2;
  color: #fff;
  -moz-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
}
.ytcc_c table tbody tr td.td1 input {
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.11rem;
  display: block;
  float: left;
  cursor: pointer;
  background: url("../images/ysq_04.png") center no-repeat;
  background-size: 100%;
}
.ytcc_c table tbody tr td.td1 input:checked {
  background: url("../images/ysq_05.png") center no-repeat;
  background-size: 100%;
}
.ytcc_c table tr td.td2 img {
  height: 0.4rem;
  display: block;
  margin: 0px auto;
  padding: 0px;
}
.ytcc_c table tbody tr td.td5 {
  color: #ff0000;
}
.ytcc_c table tfoot tr td {
  border-bottom: 0.01rem solid #dadada;
}
#productdiv table {
  background-color: #fff;
}
#productdiv .prd_num {
  width: 0.8rem;
  height: 0.4rem;
  text-align: center;
  border: 0.01rem solid #eee;
  font-size: 0.14rem;
}
#productdiv .td7 {
  width: 1rem;
}
#productdiv .td5 {
  width: 1rem;
}
#productdiv .td8 {
  width: 0.8rem;
}
#productdiv .td8 img {
  height: 0.4rem;
}
.ytc_btn {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0.2rem;
  height: 0.67rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ytc_btn .fl {
  text-align: center;
  font-size: 0.18rem;
  color: #414141;
  line-height: 0.27rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.ytc_btn .fl label {
  display: inline-block;
  cursor: pointer;
}
.ytc_btn .fl input {
  float: Left;
  width: 0.18rem;
  height: 0.18rem;
  display: block;
  margin: 0px auto;
  margin-top: 0.045rem;
  margin-right: 0.15rem;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/ysq_04.png") center no-repeat;
  background-size: 100%;
}
.ytc_btn .fl input:checked {
  background: url("../images/ysq_05.png") center no-repeat;
  background-size: 100%;
}
.ytc_btn .fc {
  width: calc(100% - 0.7rem - 1.3rem);
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
.ytc_btn .fc label {
  display: inline-block;
}
.ytc_btn .fc a {
  float: Left;
  width: 0.27rem;
  height: 0.27rem;
  display: block;
  margin: 0px 0.02rem;
  color: #adadad;
  overflow: hidden;
  font-size: 0.14rem;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.ytc_btn .fc a:hover {
  background-color: #2d6bb2;
  color: #fff;
}
.ytc_btn .fc span {
  float: Left;
}
.ytc_btn .fc a.a1 {
  background: url("../images/p_01.png") center no-repeat;
  background-size: 0.06rem;
  margin-right: 0.2rem;
}
.ytc_btn .fc a.a2 {
  background: url("../images/p_02.png") center no-repeat;
  background-size: 0.06rem;
  margin-left: 0.2rem;
}
.ytc_btn .fr {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.ytc_btn .fr a.a1 {
  display: inline-block;
  line-height: 0.25rem;
  padding: 0px 0.15rem;
  border: 0.01rem solid #2d6bb2;
  font-size: 0.14rem;
  color: #2d6bb2;
  border-radius: 0.25rem;
}
.ytc_btn .fr a.a1:nth-child(1) {
  margin-right: 0.11rem;
}
.ytc_btn .fr a.a1:hover {
  background-color: #2d6bb2;
  color: #fff;
  -moz-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
}
.cpzx_bgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 1.3rem;
  background: url("../images/cpzx_01.jpg") center top no-repeat;
  background-size: cover;
}
.cpzx_01 {
  overflow: hidden;
  padding-top: 0.2rem;
}
.cpzx01_fl {
  /* width: 2.5rem; */
  width: 100%;
  /* min-width:1920px !important; */
  /* overflow: hidden; */
  float: left;
  padding-bottom: 0.2rem;
}
.cpzx01_li {
  /* width: 100%; */
  overflow: hidden;
  float: left;
  padding: 0.1rem 0.1rem;
  /* background-color: rgba(0,0,0,0.08); */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cpzx01_li .cpzx01i_t {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzx01_li .cpzx01i_t::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #dfe2e3;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.cpzx01_li .cpzx01i_t span {
  display: inline-block;
  font-size: 0.16rem;
  color: #266dbe;
  line-height: 1.1;
  padding-bottom: 0.2rem;
  position: relative;
}
.cpzx01_li .cpzx01i_t span::before {
  content: "";
  width: 0.4rem;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #286cb8;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.cpzx01_li .cpzx01i_c {
  /* width: 100%; */
  float: left;
  /* padding-top: 0.1rem; */
  overflow: hidden;
  background-color: rgba(0,0,0,0.03);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.12rem;
  margin-right: 0.05rem;
  margin-top: 0.1rem;
  min-height: 102px;
  max-height: 102px;
  overflow-y: scroll;
  /* border:0.01rem solid #2975ca; */
}
.cpzx01_li .cpzx01i_c:nth-child(1) {
  /* margin-left: 0px; */
}
.cpzx01_li .cpzx01i_c ul li {
  /* width: calc((100% - 1.2rem) / 1); */
  width:100%;
  padding-left:0.08rem;
  padding-right:0rem;
  overflow: hidden;
  /* float: left; */
  min-width: 200px;
  font-size: 0.13rem;
  cursor: pointer;
  position: relative;
  margin-right: 0.05rem;
  line-height: 0.24rem;
  text-align: center;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  /* border: 0.01rem solid #2975ca; */
  border-radius: 0.32rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cpzx01_li .cpzx01i_c ul li:nth-child(2n) {
  /* margin-right: 0px; */
}
.cpzx01_li .cpzx01i_c ul li label {
  width: 100%;
  height: 0.24rem;
  cursor: pointer;
  overflow: hidden;
  /* display: block; */
  position: relative;
  display: flex;
  align-items: center; 
}
.cpzx01_li .cpzx01i_c ul li span {
  /* color: #a0a2a3; */
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
/* .cpzx01_li .cpzx01i_c ul li input {
  width: 0%;
  height: 0%;
  position: absolute;
  left: 200%;
  top: 200%;
  cursor: pointer;
  opacity: 0;
} */
.cpzx01_li .cpzx01i_c ul li:hover span {
  color: #2975ca;
}
.cpzx01_li .cpzx01i_c ul li.on {
  /* background-color: #2975ca;
  color: #fff; */
}
.cpzx01_li .cpzx01i_c ul li.on span {
  /* color: #fff; */
}
.cpzx01_fr {
  width: calc(100%  - 0.6rem);
  /* width: calc(100% - 2.5rem - 0.6rem); */
  overflow: hidden;
  float: right;margin-right:.2rem;
}
.cpzx01_fr table {
  widtH: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.08rem;
}
.cpzx01_fr table tr td {
  line-height: 1.3;
  padding: 0.1rem 0.05rem;
  text-align: center;
  font-size: 0.12rem;
  color: #000000;
  /* color: #8c8c8c; */
  word-break:break-word;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.cpzx01_fr table tr td p {
  width: 100%;
  overflow: hidden;
  line-height: 1.3;
}
.cpzx01_fr table thead tr td {
  background-color: #2d6bb2;
  color: #fff;
  font-size: 0.14rem;
}
.cpzx01_fr table tr td:last-child {
  width: 1rem;
  min-width: 1rem;
}
.cpzx01_fr table tr td a.a1 {
  font-size: 0.14rem;
  color: #2472c9;font-weight: bold;
  /* color: #8c8c8c; */
}
.cpzx01_fr table tr td a.a2 {
  font-size: 0.14rem;
  color: #2472c9;
  line-height: 0.34rem;
  padding: 0px 0.12rem;
  display: inline-block;
  border-radius: 0.34rem;
}
.cpzx01_fr table tr td a.a2:hover {
  background-color: #2472c9;
  color: #fff;
}
.cpzx01_fr table tbody tr:hover{
  background-color: #f4f6fc;
  color: #414141;
}
.cpzx01_fr table tbody tr:hover td a.a1 {
  color: #414141;
  text-decoration: underline;
}

.cpzx01_fr table{width:100%;position:relative;display:block;}
.cpzx01_fr table thead{
  width:calc(100%);min-width:calc(2070px + 5px) !important;display:block;overflow:hidden;background-color:#2d6bb2;
  /* position: absolute; */
  /* left: 0px; */
  /* top: 200; */
  /* position: -webkit-sticky;  */
  /* position: sticky; */
  /* z-index: 9999; */
}
.cpzx01_fr table tbody{display:block;
  overflow-y:scroll;
  /* max-height:70vh; */
  width:100%;}
.cpzx01_fr table tr{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));align-items:center;
  min-width:2070px !important;}

.cpxq_bgfr {
  width: 100%;
  overflow: visible;
  padding-bottom: 1.3rem;
  background: url("../images/cpxq_01.jpg") center top no-repeat;
  background-size: cover;
}
.cpxq_01 {
  overflow: hidden;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
}
.cpxq_01fr {
  width: 100%;
  overflow: hidden;
  background: url("../images/cpxq_02.jpg") center no-repeat;
  background-size: cover;
  border-radius: 0.12rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -moz-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.11);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.11);
  box-shadow: 0px 0.15rem 0.3rem rgba(45, 107, 178, 0.11);
}
.cpxq_01fr .fl {
  width: 33%;
  position: relative;
  background: url("../images/cpxq_03.png") center no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.cpxq_01fr .fl img {
  max-width: 100%;
  display: block;
}
.cpxq_01fr .fr {
  width: 67%;
  padding: 0px 0.6rem 0px 1rem;
  margin: 0.6rem 0px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.cpxq_01fr .fr::before {
  content: "";
  width: 0.02rem;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  background-color: #d7dfe8;
}
.cpxq_01fr .fr .cpxq_01r_c {
  width: 100%;
  overflow: visible;
}
.cpxq_01fr .fr .cpxq_01rc_c {
  width: calc(100% - 0.2rem);
  overflow: hidden;
  max-height: 4rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.cpxq_01fr .fr p {
  width: 100%;
  overflow: hidden;
  font-size: 0.16rem;
  color: #5a5a5a;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.cpxq_01fr .fr p.p1 {
  font-size: 0.24rem;
  color: #4e4d4d;
  margin-bottom: 0.3rem;
}
.cpxq_01fr .fr p.p2 {
  margin-top: 0.4rem;
  overflow: visible;
}
.cpxq_01fr .fr p.p2 label {
  display: inline-block;
  float: right;
}
.cpxq_01fr .fr p.p2 a {
  display: inline-block;
  float: Left;
  line-height: 0.4rem;
  padding: 0px 0.2rem;
  border-radius: 0.4rem;
  background-color: #2472c9;
  font-size: 0.14rem;
  color: #fff;
  -moz-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.5);
}
.cpxq_01fr .fr p.p2 a:nth-child(2) {
  margin-left: 0.4rem;
  margin-right: 0.2rem;
}
.cpxq_01fr .fr p.p2 a:hover {
  opacity: 0.9;
}
.cpxq_02 {
  overflow: hidden;
  padding-top: 0.2rem;
}
.cpxq_02_t {
  width: 100%;
  overflow: hidden;
  font-size: 0.2rem;
  color: #2d6bb2;
  line-height: 1.1;
}
.cpxq_02_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.4rem;
}
.cpxq_02_c ul {
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.58);
  border-radius: 0.15rem;
  padding: 0.2rem 0px;
}
.cpxq_02_c ul li {
  width: calc((100% - 0.6rem) / 3);
  position: relative;
  padding: 0.1rem 0.5rem 0.1rem 1rem;
  font-size: 0.16rem;
  color: #787878;
  line-height: 1.75;
  float: left;
  /*margin-right: 0.6rem;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cpxq_02_c ul li:nth-child(2n) {
  margin-right: 0px;
}
.cpxq_02_c ul li::before {
  content: "";
  width: 0.34rem;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0.5rem;
  top: 0px;
  background: url("../images/cpxq_04.png") center no-repeat;
  background-size: 100%;
}
.cpxq_03 {
  overflow: hidden;
  padding: 1rem 0px;
}
.cpxq_03_c {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpxq_03_c .cpxq_03c_prev {
  width: 0.5rem;
  height: 0.5rem;
  display: none;
  overflow: hidden;
  background: url("../images/cpxq_05.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  margin-top: -0.25rem;
  z-index: 999;
}
.cpxq_03_c .cpxq_03c_prev:hover {
  background: url("../images/cpxq_05_on.png") center no-repeat;
  background-size: 100% 100%;
}
.cpxq_03_c .cpxq_03c_next {
  width: 0.5rem;
  height: 0.5rem;
  display: none;
  overflow: hidden;
  background: url("../images/cpxq_06.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.25rem;
  z-index: 999;
}
.cpxq_03_c .cpxq_03c_next:hover {
  background: url("../images/cpxq_06_on.png") center no-repeat;
  background-size: 100% 100%;
}
.cpxq_03c_slide {
  width: 100%;
  overflow: hidden;
}
.cpxq_03c_slide .swiper-slide {
  width: 47.5%;
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  padding-top: 0.6rem;
}
.cpxq_03c_slide .swiper-slide .cpxq_03c_c {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpxq_03c_slide .swiper-slide .cpxq_03c_c .cpxq_03c_bg {
  widtH: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 0.15rem;
}
.cpxq_03c_slide .swiper-slide .cpxq_03c_c .cpxq_03c_bg b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/cpxq_07.jpg") center no-repeat;
  background-size: cover;
  border-radius: 0.15rem;
}
.cpxq_03c_slide .swiper-slide .cpxq_03c_c .cpxq_03c_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(211, 223, 233, 0.39);
  border-radius: 0.15rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.cpxq_03c_slide .swiper-slide .cpxq_03c_c .cpxq_03c_img {
  width: 100%;
  overflow: hidden;
  height: 3.7rem;
  position: relative;
  z-index: 990;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.15rem;
}
.cpxq_03c_slide .swiper-slide .cpxq_03c_c .cpxq_03c_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.cpxq_03c_slide .swiper-slide-active .cpxq_03c_c .cpxq_03c_bg::before {
  background-color: rgba(211, 223, 233, 0);
}
.cpxq_04 {
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}
.cpxq_04_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.3rem;
}
.cpxq_04_c ul li {
  width: calc((100% - 0.6rem) / 2);
  overflow: hidden;
  margin-right: 0.6rem;
  padding: 0.3rem;
  float: Left;
  background-color: #fff;
  margin-bottom: 0.3rem;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cpxq_04_c ul li:nth-child(2n) {
  margin-right: 0px;
}
.cpxq_04_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.cpxq_04_c ul li em.em3 {
  position: absolute;
  right: 0.3rem;
  top: 0rem;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.cpxq_04_c ul li em.em3 i {
  width: 1.3rem;
  height: 0.4rem;
  display: block;
  overflow: hidden;
  background-color: #2472c9;
  border-radius: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
  box-shadow: 0px 0px 0.1rem rgba(45, 107, 178, 0.35);
}
.cpxq_04_c ul li label {
  width: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.cpxq_04_c ul li em.em1 {
  float: left;
}
.cpxq_04_c ul li em.em1 img {
  height: 0.9rem;
}
.cpxq_04_c ul li em.em2 {
  float: left;
  font-style: normal;
  margin-left: 0.2rem;
}
.cpxq_04_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}
.cpxq_04_c ul li em.em2 span.sp1 {
  font-size: 0.2rem;
  color: #3c3c3c;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}
.cpxq_04_c ul li em.em2 span.sp2 {
  font-size: 0.14rem;
  color: #afafaf;
  line-height: 0.3rem;
}
.cpxq_05 {
  overflow: hidden;
  padding-top: 0.3rem;
}
.cpxq_05_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.3rem;
}
.cpxq_05_c ul {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cpxq_05_c ul li {
  width: calc((100% - 3rem) / 8);
  float: left;
  margin-right: .2rem;
}
.cpxq_05_c ul li:nth-child(8n) {
  margin-right: 0px;
}
.cpxq_05_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.cpxq_05_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.cpxq_05_c ul li em.em1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.14rem;
}
.cpxq_05_c ul li em.em1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.cpxq_05_c ul li em.em1 img.img2 {
  /*position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;*/
  object-fit: contain;
  z-index: 999;
}
.cpxq_05_c ul li em.em2 {
  font-size: 0.2rem;
  color: #494949;
  line-height: 1.5;
  margin-top: 0.2rem;
  font-style: normal;
  text-align: center;
}
.cpxq_05_c ul li a:hover em.em1 img.img1 {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
.cpxq_05_c ul li a:hover em.em2 {
  color: #2d6bb2;
}
.ssfr .fk_01 {
  padding-top: 0.3rem;
}
.ss_01 {
  overflow: hidden;
  font-size: 0.18rem;
  color: #494949;
  line-height: 1.5;
  margin-top: 0.3rem;
}
.ss_01 i {
  color: #2d6bb2;
  margin: 0px 0.05rem;
}
.ss_02 {
  overflow: hidden;
  margin-top: 0.25rem;
}
.ss_02 table {
  width: 100%;
  overflow: hidden;
  border-radius: 0.08rem;
}
.ss_02 table thead tr td {
  background-color: #2d6bb2;
  font-size: 0.18rem;
  padding: 0.2rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.75;
}
.ss_02 table tbody tr td {
  font-size: 0.18rem;
  color: #8c8c8c;
  line-height: 1.75;
  padding: 0.2rem;
  background-color: #f6f8fc;
  text-align: center;
}
.ss_02 table tbody tr:nth-child(2n) td {
  background-color: #fff;
}
.ss_02 table tbody tr td a.a1 {
  color: #152f76;
  font-weight: bold;
}
.ss_02 table tbody tr td a.a2 {
  line-height: 0.32rem;
  padding: 0px 0.2rem;
  border: 0.01rem solid #2d6bb2;
  color: #2d6bb2;
  border-radius: 0.32rem;
  font-size: 0.16rem;
  display: inline-block;
  margin-left: 0.3rem;
}
.ss_02 table tbody tr td a.a2:hover {
  background-color: #2d6bb2;
  color: #fff;
  -moz-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
  box-shadow: 0px 0px 0.3rem rgba(45, 107, 178, 0.5);
}
.ss_02 table tr td:nth-child(1) {
  text-align: left;
}
.ss_02 table tr td:nth-child(2) {
  width: 1.6rem;
}
.ss_02 table tr td:nth-child(3) {
  width: 1.6rem;
}
.ss_03 {
  overflow: hidden;
}
.ss_03 ul {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0px;
}
.ss_03 ul li {
  display: inline-block;
  padding: 0px 0.3rem;
  background-color: #f6f8fc;
  border-radius: 0.4rem;
  margin: 0px 0.1rem;
}
.ss_03 ul li a {
  font-size: 0.18rem;
  width: 100%;
  display: block;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.ss_03 ul li:first-child {
  margin-left: 0px;
}
.ss_03 ul li:last-child {
  margin-right: 0px;
}
.ss_03 ul li.on {
  background-color: #2d6bb2;
  color: #fff;
}
.ss_03 ul li.on a {
  color: #fff;
}
.retopfr {
  width: 0.4rem;
  display: none;
  padding: 0rem;
  overflow: hidden;
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 9999;
  border-radius: 50%;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.retopfr img {
  width: 100%;
  display: block;
}
.retopfr.on {
  display: block;
}
.retopfr:hover {
  background-color: #2d6bb2;
}

/*202307*/
.in_07 .pagefr_n{padding-top:.7rem;height:calc(100vh - .7rem);}
.in_08 .pagefr_n{padding-top:.7rem;height:calc(100vh - .7rem);}
.in_08fr{margin-top:0px;}
.in_08_c{margin-top:.25rem;}

.in_03 .pagefr_n{padding-top:.7rem;height:calc(100vh - .7rem);}
.in_03fr{margin-top:0px;}

.in_04 .pagefr_n{padding-top:.7rem;height:calc(100vh - .7rem);}
.in_04fr{margin-top:0px;}

.in_04c_slide .swiper-slide .fl em.em1{height:3rem;}
.in_04c_slide .swiper-slide .fl em.em1 img{height:3rem;}
.in_04c_slide .swiper-slide .fr ul li{height:2.56rem;}

.in_04_t{margin-top:.2rem;}
.ns_01{margin-top:.2rem;}
.yyxq_01{padding-top:0rem;}
.cpxq_bgfr{background:none;}

.nsbgfr{background:none;}

.ns_02{padding-top:.5rem;}

.ab_02_slide{padding:.5rem 0px;}
.ab_01{padding-top:.5rem;}
.ab_04{padding:1rem 0px;}
.ab_05{padding:.5rem 0px;}
.ab_05_c{padding:.5rem 0px;}

.fk_01{padding-top:.2rem}
.fk_02{padding-top:.5rem;}
.fk_01fr{background:none;}
.fk_01_c1{height:.6rem;}


.ypsq_01fr ul li{padding-bottom:.1rem;}
.fk_02r_c p{margin-bottom:.1rem;}

.cpzx_bgfr{background:none;background-color:#fff;}
.cpzx_01 .wrap_in{margin:0px;}
.yyxq_02r_img{background:none;background-color:#fff;}
.yyxq_02l_c{margin-top:.4rem;}

.topfr .fr .t_menu ul li .tm_c{background-color:rgba(0, 0, 0, 0);border-radius:0px;overflow:visible;-moz-box-shadow:0px 0px 21px rgba(0,0,0,0.05); -webkit-box-shadow:0px 0px 21px rgba(0,0,0,0.05); box-shadow:0px 0px 21px rgba(0,0,0,0.05);}
.topfr .fr .t_menu ul li .tm_c dl{background-color:#fff;border-radius:.06rem;margin-top:.8rem;padding:0rem 0px;overflow:visible;}
.topfr .fr .t_menu ul li .tm_c dl dd{overflow:visible;position:relative;border-bottom:1px solid rgba(0,0,0,0.04);}
.topfr .fr .t_menu ul li .tm_c dl dd a{color:#000;}
.topfr .fr .t_menu ul li .tm_c dl dd .tmt_t{width:100%;overflow:hidden;padding:.1rem 0px;}
.topfr .fr .t_menu ul li .tm_c dl dd .tmt_t.a2 a{width:100%;display:block;overflow:hidden;}
.topfr .fr .t_menu ul li .tm_c dl dd:nth-child(1) .tmt_t.a2{background:url("../images/p_02.png") right center no-repeat;background-size:.06rem;}
.topfr .fr .t_menu ul li .tm_c dl dd:last-child{border-bottom:0px;}
.topfr .fr .t_menu ul li .tm_c dl dd .tmt_c{overflow:hidden;position:absolute;left:1.6rem;top:0px;display:none;}
.topfr .fr .t_menu ul li .tm_c dl dd .tmt_c .tmtc_c{width:1.6rem;background-color:#fff;border-radius:.06rem;margin-left:.1rem;}
.topfr .fr .t_menu ul li .tm_c dl dd .tmt_c p{width:calc(100%);margin:0px auto;overflow:hidden;line-height:1.75;padding:.1rem .2rem;border-bottom:1px solid rgba(0,0,0,0.04);box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.topfr .fr .t_menu ul li .tm_c dl dd .tmt_c p a{width:100%;display:block;overflow:hidden;}
.topfr .fr .t_menu ul li:nth-child(2) .tm_c dl dd{margin:0px;}

.topfr .fr .t_menu ul li .tm_c dl dd:hover .tmt_c{display:block;}

.topfr.top_on .fr .t_menu ul li .tm_c{background-color:rgba(0, 0, 0, 0);}
.topfr.top_on .fr .t_menu ul li .tm_c dl{margin-top:.7rem;}

/* .cpzx01_fl{-moz-box-shadow:0px 0px 21px rgba(0,0,0,0.05); -webkit-box-shadow:0px 0px 21px rgba(0,0,0,0.05); box-shadow:0px 0px 21px rgba(0,0,0,0.05);} */

/* .cpzx01_fr table tbody tr:nth-child(2n){background-color:rgba(0,0,0,0.08);} */
.cpzx01_fr table tbody tr{border-bottom: #8c8c8c solid 1px;}
/* .cpzx01_fr table tbody tr:last-child{border-bottom: 0px;} */

.ab_08{margin-top:.8rem;text-align:right;}
.in_06fr{margin-top:0px;}

.ab_07{padding-top:.2rem;}

.ab_07_c{padding-top:.4rem;}

.nxq_04_c ul li em.em2 span.sp1{font-size:.2rem;}
.nxq_04_t{font-size:.3rem;}

.yy_01{padding-top:.5rem;}
.ypsq_01{padding-top:.5rem;}

.jr_01{padding-top:.5rem;}
.ab_07_c{padding-top:.5rem;}

.ab_07_c ul li .fl{width:38.4%;}
.ab_07_c ul li label{margin:0px auto;margin-top:.3rem;}

.cpxq_03_c{overflow:visible;}
.cpxq_03c_slide{padding-top:.4rem;overflow:visible;}
.cpxq_03c_slide .swiper-wrapper{display:block;}
.cpxq_03c_slide .swiper-slide{width:calc( ( 100% - .4rem ) / 5 );float:left;padding:0px;margin-right:.1rem;margin-bottom:.1rem;-moz-box-shadow:0px 0px 21px rgba(0,0,0,0.05); -webkit-box-shadow:0px 0px 21px rgba(0,0,0,0.05); box-shadow:0px 0px 21px rgba(0,0,0,0.05);}
.cpxq_03c_slide .swiper-slide:nth-child(5n){margin-right:0px;}
.cpxq_03c_slide .swiper-slide .cpxq_03c_c .cpxq_03c_img{height:auto;}

.cpxq_04_c ul li em.em1 img{height:.4rem;}
.cpxq_04_c ul li em.em2{width:calc(100% - .4rem - .9rem - .4rem);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.cpxq_04_c ul li em.em2 span.sp2{display:none;}
.cpxq_04_c ul li em.em2 span.sp1{margin-top:0px;}
.cpxq_04_c ul li em.em2 span{text-overflow:ellipsis;white-space:nowrap;}
.cpxq_04_c ul li{padding:.2rem .1rem;width:calc((100% - 0.6rem) / 3);margin-right:.3rem;}
.cpxq_04_c ul li:nth-child(2n){margin-right:.3rem;}
.cpxq_04_c ul li:nth-child(3n){margin-right:0px;}
.cpxq_04_c ul li em.em3 i{width:.9rem;}
.cpxq_04_c ul li em.em3{right:.1rem;}
.cpxq_04_c ul li a{overflow:visible;}


.cpxq_02{padding-top:.4rem;}
.cpxq_02_c{padding-top:0px;}

.cpxq_03{padding:.3rem 0px;}
.cpxq_03c_slide{width:calc(100% - 1.2rem);margin:0px auto;padding:0px;padding-top:.4rem;}
.cpxq_04_c{width:calc(100% - 1.2rem);margin:0px auto;}

.cpxq_05_c ul{width:calc(100% - 1.2rem);margin:0px auto;}
.cpxq_05_c ul li{width:auto;}

.cpxq_02_c ul li{color:#3c3c3c}
.cpxq_05_c ul li em.em2{color:#3c3c3c;}

.cpxq_04_c ul li em.em2 span.sp1{font-size:.16rem;}
.cpxq_05_c ul li em.em2{font-size:.16rem;}

.ab_07_c ul li p.p2{color:#3c3c3c;}
.ab_07_c ul li p.p2{font-size:.16rem;}
.ab_07_c ul li p.p1{font-size:.2rem;}

.cpzx_01{overflow:visible;}

.yy_01r_c p.p1{font-size:.3rem;}
.yy_02 p.p1{font-size:.26rem;}
.yy_02 p.p1::before{width:.6rem;height:.06rem;margin-left:-.3rem;}

.yyxq_01 h1{font-size:.3rem;}

.fk_01bgfr{background:url("../images/ypsqbg_01.jpg") center no-repeat;background-size:cover;}


@media screen and (min-width: 1921px) {
    .topfr {
    left: 50%;
    margin-left: -960px;
  }
}
@media screen and (max-width: 1800px) {
  .topfr .fr .t_menu ul li {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .wrap_in {
    margin: 0px 4%;
  }
  .navfr .b1 {
    width: 4%;
  }
  .topfr .fr .t_menu ul li {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .wrap_in {
    max-width: 750px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    max-width: 750px;
    width: auto;
    padding: 0px 10px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .topfr {
    top: 0.2rem;
  }
  .topfr .fl {
    position: relative;
    z-index: 999;
  }
  .topfr .fl img {
    height: 0.4rem;
  }
  .topfr .fr .t_menu {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    padding-bottom: 0rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .topfr .fr .t_menu ul {
    width: 100%;
    overflow: hidden;
    margin-top: 0.6rem;
  }
  .topfr .fr .t_menu ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  }
  .topfr .fr .t_menu ul li .tm_t {
    justify-content: flex-start;
    height: 0.5rem;
    position: relative;
    font-size: 0.17rem;
    padding: 0px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .topfr .fr .t_menu ul li .tm_t::before {
    content: "";
    width: 0.19rem;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 999;
    display: block;
    overflow: hidden;
    background: url("../images/t_03.png") center no-repeat;
    background-size: 0.12rem;
  }
  .topfr .fr .t_menu ul li .tm_c {
    position: relative;
    left: 0px;
    width: 100%;
    margin-left: 0px;
  }
  .topfr .fr .t_menu ul li .tm_c dl {
    margin: 0px;
    padding: 0.1rem;
  }
  .topfr .fr .t_menu ul li .tm_c dl dd {
    width: auto;
    float: left;
    font-size: 0.16rem;
  }
  .topfr .fr .t_menu ul li.on .tm_t::before {
    background: url("../images/t_04.png") center no-repeat;
    background-size: 0.12rem;
  }
  .topfr .fr .t_menu ul li.li1.on .tm_c {
    display: none;
  }
  .topfr .fr .t_menu ul li.li1 .tm_t::before {
    display: none;
  }
  .topfr .fr .t_menu ul li:last-child {
    border-bottom: 0px;
  }
  .topfr .fr .t_menu ul li:nth-child(1) .tm_c dl dd a {
    margin-left: 0px;
  }
  .topfr .fr .t_menu ul li:nth-child(1) .tm_c dl dd.dd1 a {
    margin-left: 0px;
  }
  .topfr .fr .t_lgn {
    height: 0.4rem;
    position: relative;
    z-index: 999;
  }
  .topfr .fr .t_sch {
    margin-top: 0.05rem;
    margin-left: 0.1rem;
    width: 1rem;
    position: relative;
    z-index: 999;
  }
  .mtmenu_click {
    float: left;
    margin-left: 0.1rem;
    position: relative;
    z-index: 999;
  }
  .mtmenu_click a {
    width: 0.28rem;
    height: 0.4rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01.svg") center no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../images/menu_02.svg") center no-repeat;
    background-size: 0.2rem;
  }
  .banner_slide {
    height: 100vh;
  }
  .banner_slide .swiper-slide .bs_bg {
    height: 100vh;
  }
  .banner_slide .swiper-slide .bs_bg img {
    height: 100vh;
    object-fit: cover;
  }
  .in_07fr {
    margin-top: 0.6rem;
  }
  .in_01_c .in_01c_c p {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .in_01_c .in_01c_c p.p1 {
    font-size: 0.2rem;
  }
  .in_01_c .in_01c_c p.p2 {
    font-size: 0.2rem;
  }
  .in_01_c .in_01c_c p.p3 {
    font-size: 0.14rem;
  }
  .in_01_c .in_01c_c {
    padding: 0px 0.3rem;
  }
  .in_01 .bs_prev {
    left: 1%;
    width: 0.3rem;
  }
  .in_01 .bs_next {
    right: 1%;
    width: 0.3rem;
  }
  .in_01_c .in_01c_c p.p4 a {
    line-height: 0.3rem;
    font-size: 0.12rem;
    padding: 0px 0.2rem;
  }
  .in_07_a a {
    line-height: 0.3rem;
    font-size: 0.12rem;
    padding: 0px 0.2rem;
  }
  .in_03_t .a1 {
    line-height: 0.3rem;
    font-size: 0.12rem;
    padding: 0px 0.2rem;
    top: 21%;
  }
  .in_01_b {
    bottom: 0.3rem;
  }
  .in_01_b img {
    width: 1.2rem;
  }
  .in_02 {
    padding: 0px 0px 0rem 0px;
  }
  .in_02_t {
    position: relative;
    height: auto;
    padding-bottom: 0.3rem;
  }
  .in_02_t p.p1 {
    font-size: 0.3rem;
  }
  .in_02_t p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .in_02_c {
    padding: 0.2rem 0px 0rem 0px;
  }
  .in_02_c .fl {
    width: calc(100% - 20px);
    margin: 0px 10px;
  }
  .in_02_c .fl ul li {
    font-size: 0.18rem;
    width: auto;
    float: left;
    margin-bottom: 0px;
    margin: 0.05rem 0px;
    margin-right: 0.1rem;
  }
  .in_02cl_c {
    position: relative;
    width: 100%;
    margin: 0.2rem 0px;
    text-align: center;
  }
  .in_02cl_c label {
    width: auto;
  }
  .in_02cl_c a {
    float: left;
    margin-bottom: 0px;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0px;
    margin-right: 0.1rem;
  }
  .in_02cl_c a:last-child {
    margin-right: 0px;
  }
  .in_02_c .fr {
    width: 100%;
  }
  .in_02cr_slide .swiper-slide {
    width: 2rem;
  }
  .in_02cr_slide .swiper-slide .in_02cr_t {
    padding: 0px 0.2rem;
    height: 2.6rem;
  }
  .in_02cr_slide .swiper-slide .in_02cr_t p.p1 {
    margin-top: 0.3rem;
  }
  .in_02cr_slide .swiper-slide .in_02cr_t p.p1 img {
    height: 0.3rem;
  }
  .in_02cr_slide .swiper-slide .in_02cr_t p {
    font-size: 0.2rem;
  }
  .in_03_t .fr {
    display: none;
  }
  .in_03_c {
    margin-top: 0rem;padding-top:1rem;
    overflow: visible;
  }
  .in_03c_slide {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .in_03c_slide .swiper-slide .fl {
    width: 100%;
  }
  .in_03c_slide .swiper-slide .fr {
    width: 100%;
  }
  .in_03c_slide .swiper-slide .fl p.p1 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .in_03c_slide .swiper-slide .fl p {
    font-size: 0.14rem;
    line-height: 1.3;
  }
  .in_03c_slide .swiper-slide .fl p span {
    font-size: 0.14rem !important;
  }
  .in_03c_slide .swiper-slide .fl p.p2 {
    margin-top: 0.2rem;
  }
  .in_03c_slide .swiper-slide .fl p.p2 a {
    line-height: 0.3rem;
    font-size: 0.12rem;
    padding: 0px 0.2rem;
  }
  .in_03_a {
    left: initial;
    right: 10px;
    top: -0.7rem;
  }
  .in_03_a a {
    widtH: 0.4rem;
    height: 0.4rem;
    margin: 0.1rem 0px;
  }
  .in_03_a a:nth-child(2) {
    margin-top: 0.1rem;
  }
  .in_04_t {
    margin-top: 0rem;
  }
  .in_04_t ul li a {
    font-size: 0.18rem;
  }
  .in_04fr .in_03_t {
    margin-top: 0.1rem;
  }
  .in_04_c {
    margin-top: 0.1rem;
  }
  .in_04c_slide .swiper-slide .fl {
    width: 100%;
  }
  .in_04c_slide .swiper-slide .fl em.em1 {
    height: auto;
  }
  .in_04c_slide .swiper-slide .fl em.em1 img {
    max-height: auto;
    object-fit: contain;
    position: relative;
    height: auto;
  }
  .in_04c_slide .swiper-slide .fl em.em2 {
    padding: 0.15rem;
    height: 1.24rem;
  }
  .in_04c_slide .swiper-slide .fl em.em2 span.sp1 {
    font-size: 0.16rem;
  }
  .in_04c_slide .swiper-slide .fl em.em2 span.sp2 {
    font-size: 0.16rem;
    display: none;
  }
  .in_04c_slide .swiper-slide .fl em.em2 span.sp3 {
    margin-top: 0.2rem;
  }
  .in_04fr {
    margin-top: 0.8rem;
  }
  .in_04c_slide .swiper-slide .fr {
    width: 100%;
    margin-top: 0.1rem;
    padding-left: 0px;
  }
  .in_04c_slide .swiper-slide .fr ul li {
    width: 100%;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
    padding: 0px 0.15rem;
    height: 0.9rem;
  }
  .in_04c_slide .swiper-slide .fr ul li:nth-child(3) {
    display: none;
  }
  .in_04c_slide .swiper-slide .fr ul li:nth-child(4) {
    display: none;
  }
  .in_04c_slide .swiper-slide .fr ul li span.sp1 {
    font-size: 0.16rem;
  }
  .in_04c_slide .swiper-slide .fr ul li span.sp2 {
    font-size: 0.16rem;
    display: none;
  }
  .in_04c_slide .swiper-slide .fr ul li span.sp3 {
    margin-top: 0.2rem;
  }
  .in_05 {
    padding: 0.3rem 0px;
  }
  .in_05 .fl {
    width: 100%;
  }
  .in_05 .fl p.p1 {
    font-size: 0.3rem;
    margin-top: 0px;
  }
  .in_05 .fl p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .in_05 .fr {
    width: 100%;
    padding-left: 0px;
    padding: 0.3rem 0px;
    border-left: 0px;
  }
  .in_05_t p {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }
  .in_05_c {
    margin-top: 0.5rem;
  }
  .in_05_c ul li {
    width: calc((100% - 0.4rem) / 3);
  }
  .in_05_c ul li p.p1 {
    font-size: 0.3rem;
  }
  .in_05_c ul li p.p1 img {
    height: 0.18rem;
  }
  .in_05_c ul li p.p2 {
    font-size: 0.16rem;
  }
  .in_06 {
    padding: 0px 0px 0.3rem 0px;
    background: None;
  }
  .in_06_t p.p1 {
    font-size: 0.3rem;
    margin-top: 0px;
  }
  .in_06_t p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .in_06_c {
    margin-top: 0.3rem;
    width: 100%;
    margin-left: 0px;
  }
  .in_06_b {
    margin-top: 0.3rem;
    width: 100%;
    margin-left: 0px;
  }
  .in_06c_slide .swiper-slide ul li {
    width: calc((100% - 0.3rem) / 4);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .in_06_b span {
    height: 0.03rem;
    width: 0.4rem;
  }
  .in_06fr {
    margin-top: 0px;
  }
  .btnfr {
    padding: 0.3rem 0px;
  }
  .btn_t ul {
    display: block;
  }
  .btn_t ul li {
    width: 100%;
  }
  .btn_t ul li.li1 {
    width: 100%;
  }
  .btn_t ul li.li2 {
    margin-top: 0.2rem;
  }
  .btn_t ul li.li3 {
    display: none;
  }
  .btn_t ul li .btnt_t {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
  }
  .btn_t ul li .btnt_c {
    margin-top: 0.1rem;
  }
  .btn_t ul li .btnt_c1 dl dd {
    line-height: 1.5;
    margin: 0.05rem 0px;
  }
  .btn_t ul li .btnt_c1 dl dd a {
    font-size: 0.14rem;
  }
  .btn_c .fr {
    width: 100%;
    text-align: center;
  }
  .btn_c .fr a {
    margin-left: 0.2rem;
    float: none;
  }
  .btn_c .fl {
    text-align: center;
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .sub_01 b.b1 {
    height: 50vh;
  }
  .sub_01_c .sub_01c_c p.p1 {
    font-size: 0.4rem;
  }
  .sub_01_c .sub_01c_c p.p2 label {
    max-width: 80%;
    height: 0.4rem;
    overflow: hidden;
  }
  .sub_01_c .sub_01c_c p.p2 label input.sub01_txt {
    height: 0.4rem;
    font-size: 0.16rem;
    padding: 0px 0.2rem;
  }
  .sub_01_c .sub_01c_c p.p2 label input.sub01_btn {
    height: 0.44rem;
    padding: 0px 0.2rem;
    font-size: 0.16rem;
  }
  .sub_01_c .sub_01c_c p.p2 {
    margin-top: 0.2rem;
  }
  .navfr .b1 {
    display: none;
  }
  .navfr .fr {
    position: absolute;
    left: -10px;
    top: 0px;
    font-size: 0.12rem;
    height: 0.41rem;
    justify-content: flex-start;
    padding: 0px 10px;
    width: 100%;
  }
  .navfr {
    height: 0.9rem;
  }
  .nfl1_c {
    height: 0.5rem;
  }
  .nfl1_c .navfl1_l {
    margin-left: 0.2rem;
  }
  .nfl1_c .navfl1_l a {
    font-size: 0.14rem;
  }
  .navselfr .navsel_t span {
    font-size: 0.2rem;
    background-size: 0.15rem;
    padding-right: 0.22rem;
  }
  .navfr .fl {
    width: 100%;
  }
  .navfr .fl ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .navfr .fl ul li {
    height: 0.4rem;
    margin-left: 0.1rem;
  }
  .navfr .fl ul li a {
    font-size: 0.16rem;
  }
  .navfr .fl ul li.on a {
    font-size: 0.16rem;
  }
  .navfr .fl ul li::before {
    height: 0.03rem;
  }
  .navfr .fl ul.ul1 {
    width: 1.5rem;
    margin: 0px auto;
    padding: 0px;
  }
  .navfl_slide .swiper-slide a {
    height: 0.4rem;
    font-size: 0.16rem;
  }
  .navfl_slide .swiper-slide a.on {
    font-size: 0.16rem;
  }
  .navfl_slide .swiper-slide a::before {
    height: 0.03rem;
  }
  .cpzx_01 {
    padding-top: 0.2rem;
  }
  .cpzx01_fl {
    width: 100%!important;
    min-width: auto !important;
  }
  .cpzx01_li{
    width: 100%!important;
  }
  .cpzx01_li .cpzx01i_c {
    width: 100%;
    padding-top: 0.1rem;
    overflow: hidden;
    box-sizing: border-box;
    background-color:#ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .hahali{display: none;}
  .cpzx01i_t{display: block !important;}

  .cpzx01_li .cpzx01i_c ul li {
    width: calc((100% - 0.2rem) / 2);
    overflow: hidden;
    float: left;
    font-size: 0.14rem;
    cursor: pointer;
    position: relative;
    margin-right: 0.1rem;
    line-height: 0.32rem;
    text-align: center;
    margin-top: 0.1rem;
    border: 0.01rem solid #2975ca;
    border-radius: 0.32rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }


  .cpzx01_li {
    padding: 0.2rem 0.2rem;
  }
  .cpzx01_li .cpzx01i_t span {
    font-size: 0.18rem;
  }
  .cpzx01_li .cpzx01i_c ul li {
    font-size: 0.14rem;
  }
  .cpzx01_fr {
    width: 100%;
    margin-top: 0.2rem;
    overflow-x: auto;
  }
  .cpzx01_fr table {
  }


  .cpsx_wap {
    width: 100%;
    overflow: hidden;
    line-height: 0.6rem;
    background-color: #2975ca;
    height: 0.6rem;
    border-radius: 0.04rem;
    font-size: 0.18rem;
    color: #fff;
    padding: 0px 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .cpsx_wap span {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/t_03.png") right center no-repeat;
    background-size: 0.15rem;
  }
  .cpsx_wap.on span {
    background: url("../images/t_04.png") right center no-repeat;
    background-size: 0.15rem;
  }
  .cpzx01_li {
    display: none;
  }
  .cpzx01_li.on {
    display: block;
  }
  .cpzx01_fr table tr td {
    padding: 0.1rem 0.1rem;
  }
  .cpzx01_fr table tr td:nth-child(1) {
    text-align: left;
  }
  .cpzx01_fr table tr td:nth-child(2) {
   // display: none;
  }
  .cpzx01_fr table tr td:nth-child(3) {
  //  display: none;
  }
  .cpzx01_fr table tr td:nth-child(4) {
   // display: none;
  }
  .cpzx01_fr table tr td:nth-child(5) {
    //display: none;
  }
  .cpzx01_fr table tr td:nth-child(6) {
    //display: none;
  }
  .cpzx01_fr table tr td:nth-child(7) {
    width: 0.8rem;
  }
  .cpzx01_fr table tr td a.a2 {
    background-color: #2472c9;
    color: #fff;
  }
  .pagesfr {
    margin-top: 0.5rem;
  }
  .pagesfr label {
    font-size: 0.14rem;
    line-height: 0.3rem;
  }
  .pagesfr label a {
    width: 0.3rem;
    height: 0.3rem;
  }
  .pagesfr label a.a1 {
    margin-right: 0.2rem;
  }
  .pagesfr label a.a2 {
    margin-left: 0.2rem;
  }
  .navselfr .navsel_c ul {
    margin-top: 0.4rem;
    padding: 0.2rem;
    max-height: 5.1rem;
  }
  .navselfr .navsel_c ul li {
    margin-bottom: 0.1rem;
  }
  .navselfr .navsel_c ul li .nselc_t {
    font-size: 0.16rem;
  }
  .navselfr .navsel_c ul li .nselc_c p {
    font-size: 0.14rem;
  }
  .navselfr .navsel_c ul li .nselc_t span {
    background-size: 0.14rem;
  }
  .navselfr .navsel_c ul li.on .nselc_t span {
    background-size: 0.14rem;
  }
  .cpxq_01 {
    padding-top: 0.3rem;
  }
  .cpxq_01fr {
    display: block;
  }
  .cpxq_01fr .fl {
    width: 100%;
  }
  .cpxq_01fr .fr {
    width: 100%;
    padding: 0px 0.2rem;
    margin: 0.2rem 0px 0.3rem 0px;
  }
  .cpxq_01fr .fr::before {
    display: none;
  }
  .cpxq_01fr .fr p.p1 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .cpxq_01fr .fr p {
    font-size: 0.16rem;
  }
  .cpxq_01fr .fr p.p2 {
    text-align: center;
    margin-top: 0.2rem;
  }
  .cpxq_01fr .fr p.p2 label {
    float: none;
  }
  .cpxq_01fr .fr p.p2 a {
    line-height: 0.4rem;
    font-size: 0.14rem;
    padding: 0px 0.3rem;
  }
  .cpxq_02 {
    padding-top: 0.1rem;
  }
  .cpxq_02_t {
    font-size: 0.25rem;
  }
  .cpxq_02_c {
    padding-top: 0.2rem;
  }
  .cpxq_02_c ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0.1rem;
    padding: 0.1rem 0.2rem 0.1rem 0.5rem;
    font-size: 0.16rem;
  }
  .cpxq_02_c ul li::before {
    width: 0.2rem;
    left: 0.2rem;
  }
  .cpxq_03 {
    padding: 0.3rem 0px;
  }
  .cpxq_03c_slide .swiper-slide {
    padding-top: 0.3rem;
    width: 80%;
  }
  .cpxq_03c_slide .swiper-slide .cpxq_03c_c .cpxq_03c_img {
    height: 2rem;
  }
  .cpxq_03_c .cpxq_03c_prev {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0rem;
    left: 0px;
  }
  .cpxq_03_c .cpxq_03c_next {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0rem;
    right: 0px;
  }
  .cpxq_04 {
    padding-bottom: 0rem;
  }
  .cpxq_04_c {
    padding-top: 0.3rem;
  }
  .cpxq_04_c ul li {
    width: 100%;
    padding: 0.2rem;
  }
  .cpxq_04_c ul li em.em2 span.sp1 {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .cpxq_04_c ul li em.em2 span.sp2 {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
  .cpxq_04_c ul li em.em1 img {
    height: 0.76rem;
  }
  .cpxq_04_c ul li em.em2 {
    margin-left: 0.1rem;
  }
  .cpxq_04_c ul li em.em3 {
    right: 0rem;
  }
  .cpxq_04_c ul li em.em3 i {
    line-height: 0.4rem;
    font-size: 0.14rem;
    height: 0.4rem;
    width: 0.8rem;
  }
  .cpxq_05 {
    padding-top: 0.3rem;
  }
  .cpxq_05_c {
    padding-top: 0.3rem;
  }
  .cpxq_05_c ul li {
    width: calc((100% - 0.1rem) / 2);
    margin-right: 0.1rem;
    margin-bottom: 0.15rem;
  }
  .cpxq_05_c ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .cpxq_05_c ul li em.em2 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
  .ns_01 {
    margin-top: 0.3rem;
  }
  .ns_01 p.p1 {
    font-size: 0.4rem;
  }
  .ns_01 p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .ab_02bgfr .ns_01 p.p1 {
    font-size: 0.4rem;
  }
  .ab_02bgfr .ns_01 p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .ab_04 .ns_01 p.p1 {
    font-size: 0.4rem;
  }
  .ab_04 .ns_01 p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .ab_05 .ns_01 p.p1 {
    font-size: 0.4rem;
  }
  .ab_05 .ns_01 p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .ab_07 .ns_01 p.p1 {
    font-size: 0.4rem;
  }
  .ab_07 .ns_01 p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .ab_08 p.p1 {
    font-size: 0.4rem;
  }
  .ab_08 p.p2 {
    font-size: 0.3rem;
    margin-top: -0.2rem;
  }
  .flsm_01 {
    padding-top: 0.3rem;
  }
  .flsm_01_c {
    padding: 0.2rem;
  }
  .flsm_01_c p {
    font-size: 0.16rem;
  }
  .ab_01 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .ab_01 .wrap_in {
    display: block;
  }
  .ab_01 .fl {
    width: 100%;
  }
  .ab_01 .fl ul {
    width: calc(100% - 0.2rem);
    left: 0.1rem;
    top: 0.1rem;
  }
  .ab_01 .fl ul li {
    padding: 0px 0.1rem;
  }
  .ab_01 .fl ul li p.p1 {
    font-size: 0.3rem;
  }
  .ab_01 .fl ul li p.p2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .ab_01 .fl ul li p.p3 {
    font-size: 0.14rem;
  }
  .ab_01 .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .ab_01 .fr p.p1 {
    font-size: 0.22rem;
  }
  .ab_01 .fr p.p2 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .ab_01 .fr p.p3 {
    font-size: 0.16rem;
  }
  .ab_01 .fr p.p4 {
    margin-top: 0.3rem;
  }
  .ab_02bgfr {
    padding: 0.3rem 0px;
  }
  .ab_02_slide {
    padding: 0.4rem 0px 0.1rem 0px;
  }
  .ab_02_slide .swiper-slide {
    width: 2.4rem;
  }
  .ab_02_slide .swiper-slide .ab_02_l {
    padding-left: 0.2rem;
  }
  .ab_02_slide .swiper-slide .ab_02_l p.p1 {
    font-size: 0.3rem;
  }
  .ab_02_slide .swiper-slide .ab_02_l p.p2 {
    font-size: 0.14rem;
  }
  .ab_03 {
    display: none;
  }
  .ab_04 {
    padding: 0.3rem 0px 0.6rem 0px;
  }
  .ab_04_c {
    padding-top: 0.3rem;
  }
  .ab_04_c ul {
    display: block;
  }
  .ab_04_c ul li {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.2rem 0.2rem;
  }
  .ab_04_c ul li p.p1 {
    font-size: 0.3rem;
  }
  .ab_04_c ul li p.p2 {
    font-size: 0.2rem;
  }
  .ab_04_c ul li p.p3 {
    margin-top: 0.2rem;
  }
  .ab_04_c ul li p.p3 img {
    height: 0.3rem;
  }
  .ab_04_c ul li p.p4 {
    margin-top: 0px;
    font-size: 0.14rem;
  }
  .ab_04_c ul li:last-child {
    margin-bottom: 0px;
  }
  .ab_05 {
    padding: 0.3rem 0px;
  }
  .ab_05_c {
    padding: 0.3rem 0px;
  }
  .ab_05_b {
    height: 0.5rem;
  }
  .ab_05_b .ab_05b_l {
    width: 1.6rem;
    height: 0.5rem;
  }
  .ab_05_b .ab_05b_l label i {
    margin: 0px 0.2rem;
  }
  .ab_05_b .ab_05b_r {
    height: 0.5rem;
    font-size: 0.14rem;
  }
  .ab_05_b .ab_05b_r .ab_05br_sp span.sp1 {
    font-size: 0.2rem;
  }
  .ab_06 {
    padding: 0.3rem 0px;
  }
  .ab_06 ul li {
    padding: 0.3rem 0px;
  }
  .ab_06 ul li span.sp1 {
    font-size: 0.2rem;
  }
  .ab_06 ul li span.sp2 {
    font-size: 0.14rem;
  }
  .ab_06 ul li span.sp3 i {
    font-size: 0.14rem;
    padding: 0px 0.15rem;
    line-height: 0.3rem;
  }
  .ab_06 ul li span.sp3 {
    margin-top: 0.1rem;
  }
  .ab_07 {
    padding: 0.3rem 0px;
  }
  .ab_07_c {
    padding-top: 0.3rem;
  }
  .ab_07_c ul {
    display: block;
  }
  .ab_07_c ul li {
    widtH: 100%;
    margin-bottom: 0.3rem;
    padding: 0rem;
  }
  .ab_07_c ul li label {
    position: relative;
    right: 0px;
  }
  .ab_07_c ul li p.p1 {
    font-size: 0.2rem;
  }
  .ab_07_c ul li p.p2 {
    font-size: 0.16rem;
  }
  .ab_07_c ul li .fl {
    width: 100%;
    padding: 0.2rem;
  }
  .ab_07_c ul li .fr {
    position: relative;
    height: 2rem;
  }
  .yy_01bgfr {
    padding-bottom: 0.3rem;
  }
  .yy_01 {
    padding-top: 0.3rem;
  }
  .yy_01 .fl {
    width: 100%;
  }
  .yy_01 .fl img.img2 {
    width: 100%;
    margin: 0px;
  }
  .yy_01 .fr {
    width: 100%;
    padding: 0px;
    margin-top: 0.3rem;
  }
  .yy_01r_c p.p1 {
    font-size: 0.26rem;
  }
  .yy_01r_c p.p2 {
    font-size: 0.18rem;
  }
  .yy_01r_c p {
    font-size: 0.16rem;
  }
  .yy_02bgfr {
    padding: 0.3rem 0px;
  }
  .yy_02 p.p1 {
    font-size: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .yy_02 p.p1::before {
    width: 0.43rem;
    height: 0.05rem;
    margin-left: -0.215rem;
  }
  .yy_03 {
    margin-top: 0.3rem;
  }
  .yy_03 ul li {
    display: block;
    margin-bottom: 0.3rem;
  }
  .yy_03 ul li .yy_03_img {
    width: 100%;
  }
  .yy_03 ul li .yy_03_txt {
    width: 100%;
    margin-top: 0.2rem;
  }
  .yy_03 ul li .yy_03_txt p.p1 img {
    height: 0.3rem;
  }
  .yy_03 ul li .yy_03_txt p.p2 {
    font-size: 0.26rem;
    margin: 0.1rem 0px;
  }
  .yy_03 ul li .yy_03_txt p {
    font-size: 0.16rem;
  }
  .yy_03 ul li:nth-child(2n) .yy_03_txt p.p1 {
    text-align: left;
  }
  .yy_03 ul li:nth-child(2n) .yy_03_txt p.p1 img {
    float: left;
  }
  .yy_03 ul li:nth-child(2n) .yy_03_txt p.p2 {
    text-align: left;
  }
  .yy_03bgfr {
    padding: 0.3rem 0px;
  }
  .yyxq_01 {
    padding-top: 0.3rem;
  }
  .yyxq_01 h1 {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .yyxq_02 {
    padding-top: 0.3rem;
  }
  .yyxq_02 .wrap_in {
    display: block;
  }
  .yyxq_02 .fl {
    width: 100%;
    margin-top: 0.3rem;
  }
  .yyxq_02 .fr {
    width: 100%;
  }
  .yyxq_02l_t p {
    font-size: 0.16rem;
  }
  .yyxq_02l_c {
    margin-top: 0.3rem;
  }
  .yyxq_02l_c p.p1 {
    font-size: 0.2rem;
  }
  .yyxq_02l_c ul {
    margin-top: 0.1rem;
  }
  .yyxq_02l_c ul li {
    width: calc((100% - 0.2rem) / 3);
  }
  .jr_01 {
    padding-top: 0.3rem;
  }
  .jr_01 ul li .jr_01_t span.sp1 {
    margin-left: 0.2rem;
    font-size: 0.2rem;
  }
  .jr_01 ul li .jr_01_t a.jr_01_click {
    right: 0.2rem;
  }
  .jr_01 ul li .jr_01_t {
    height: 0.6rem;
  }
  .jr_01 ul li .jr_01_t span {
    height: 0.6rem;
  }
  .jr_01c_li {
    padding: 0.2rem;
    display: block;
  }
  .jr_01c_li .jr01c_l {
    width: 100%;
  }
  .jr_01c_li .jr01c_r {
    width: 100%;
  }
  .jr_01c_li .jr01c_b {
    width: 100%;
  }
  .jr_01c_li .jr01c_b a {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    height: 0.36rem;
    width: 1rem;
  }
  .fk_01 {
    padding-top: 0.3rem;
  }
  .fk_01_c1 {
    height: 0.6rem;
  }
  .fk_01_c1 label {
    width: 0.2rem;
    height: 0.6rem;
  }
  .fk_01_c1 span {
    font-size: 0.14rem;
    height: 0.6rem;
    margin-left: 0.1rem;
  }
  .fk_02 {
    padding-top: 0.2rem;
  }
  .fk_02 .wrap_in {
    display: block;
  }
  .fk_02 .fl {
    width: 100%;
    display: none;
  }
  .fk_02 .fl img {
    position: relative;
  }
  .fk_02 .fr {
    width: 100%;
    padding: 0.2rem;
  }
  .fk_02r_c p {
    min-height: 0.5rem;
    padding-left: 0.8rem;
    margin-bottom: 0.1rem;
  }
  .fk_02r_c p .sp1 {
    font-size: 0.14rem;
    height: 0.5rem;
  }
  .fk_02r_c p .sp2 {
    min-height: 0.5rem;
  }
  .fk_02r_c p .sp2 input.fk02_txt {
    height: 0.5rem;
  }
  .fk_02r_c p .sp2 input.fk02_txt1 {
    height: 0.5rem;
    width: calc(100% - 1.2rem);
  }
  .fk_02r_c p .sp2 img.img1 {
    height: 0.5rem;
    width: 1rem;
  }
  .fk_02r_c p.p1 {
    padding-top: 0.2rem;
  }
  .fk_02r_c p.p1 input.fk02_btn {
    font-size: 0.14rem;
    height: 0.4rem;
    width: 1.5rem;
  }
  .fk_01_c2 {
    height: 1rem;
  }
  .fk_01_c2 label {
    height: 0.5rem;
    max-width: 3.2rem;
  }
  .fk_01_c2 label .fkc2_txt {
    padding: 0px 0.2rem;
    font-size: 0.14rem;
  }
  .fk_01_c2 label .fkc2_btn {
    width: 1rem;
    height: 0.42rem;
    font-size: 0.14rem;
  }
  .jss_01 table tr td:nth-child(4) {
    display: none;
  }
  .jss_01 table tr td:nth-child(5) {
    display: none;
  }
  .jss_01 table thead tr td {
    font-size: 0.16rem;
    padding: 0.1rem;
  }
  .jss_01 table tbody tr td {
    font-size: 0.16rem;
    padding: 0.1rem;
  }
  .nxq_01 {
    padding-top: 0.3rem;
  }
  .nxq_01 h1 {
    font-size: 0.24rem;
  }
  .nxq_01 p .lb1 {
    font-size: 0.14rem;
  }
  .nxq_01 p .lb1 span {
    margin-left: 0.1rem;
  }
  .nxq_01 p .lb2 span {
    display: none;
  }
  .nxq_01 p .lb2 a {
    margin-left: 0.05rem;
  }
  .nxq_01 p .lb2 a:nth-child(1) {
    margin-left: 0px;
  }
  .nxq_02 {
    margin-top: 0.3rem;
  }
  .nxq_02 p {
    font-size: 0.16rem;
  }
  .nxq_03 {
    margin-top: 0.3rem;
  }
  .nxq_03 a {
    width: 100%;
    font-size: 0.14rem;
    height: auto;
    display: block;
    margin-bottom: 0.2rem;
    padding: 0.2rem 0.2rem;
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  }
  .nxqbgfr {
    padding-bottom: 0.3rem;
  }
  .nxq_04 {
    padding-top: 0.3rem;
  }
  .nxq_04_t {
    font-size: 0.26rem;
  }
  .nxq_04_c {
    padding-top: 0.3rem;
  }
  .nxq_04_c ul {
    display: block;
  }
  .nxq_04_c ul li {
    widtH: 100%;
    margin-bottom: 0.3rem;
  }
  .nxq_04_c ul li em.em1 {
    width: 100%;
    height: auto;
  }
  .nxq_04_c ul li em.em1 img {
    position: relative;
  }
  .nxq_04_c ul li em.em2 {
    width: 100%;
    margin-top: 0.2rem;
  }
  .nxq_04_c ul li em.em2 span.sp1 {
    font-size: 0.2rem;
  }
  .nxq_04_c ul li em.em2 span.sp2 {
    margin-top: 0.2rem;
  }
  .nxq_04_c ul li em.em2 span.sp2 b {
    widtH: 0.4rem;
    height: 0.4rem;
  }
  .ns_02 {
    padding-top: 0.3rem;
  }
  .ns_02 ul li a {
    padding-left: 0px;
    height: auto;
  }
  .ns_02 ul li em.em1 {
    width: 100%;
    position: relative;
    height: auto;
  }
  .ns_02 ul li em.em1 img {
    position: relative;
    height: auto;
  }
  .ns_02 ul li em.em2 {
    padding-left: 0px;
    min-height: auto;
    margin-top: 0.2rem;
  }
  .ns_02 ul li em.em2 label.lb1 {
    display: none;
  }
  .ns_02 ul li em.em2 label.lb2 {
    width: 100%;
  }
  .ns_02 ul li em.em2 label.lb2 span.sp1 {
    font-size: 0.2rem;
  }
  .ns_02 ul li em.em2 label.lb2 span.sp2 {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  .ns_02 ul li em.em2 label.lb2 span.sp3 {
    display: block;
    font-size: 0.14rem;
  }
  .ns_02 ul li em.em2 label.lb2 span.sp4 {
    margin-top: 0.3rem;
  }
  .ns_02 ul li em.em2 label.lb2 span.sp4 b {
    font-size: 0.14rem;
    font-weight: normal;
    padding: 0px 0.3rem;
  }
  .ysptcfr .ysptc_c {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    left: 0px;
  }
  .ysptc_c_t .sp1 {
    font-size: 0.2rem;
    margin-left: 0.2rem;
  }
  .ysptc_c_t a.close {
    right: 0.2rem;
  }
  .ysptc_c_c {
    padding: 0.2rem;
  }
  .ytcc_t .fr {
    width: calc(100% - 1.42rem);
    height: 0.36rem;
  }
  .ytcc_t .fl {
    width: 1.22rem;
  }
  .ytcc_t .fl .sp1 {
    display: none;
  }
  .ytcc_t .fl select {
    margin-left: 0px;
    width: 1.22rem;
    height: 0.36rem;
    font-size: 0.14rem;
  }
  .ytcc_t .fr .ytct_txt {
    font-size: 0.14rem;
    padding: 0px 0.1rem;
  }
  .ytcc_t .fr .ytct_btn {
    height: 0.32rem;
    padding: 0px 0.1rem;
    font-size: 0.14rem;
  }
  .ytcc_c table thead tr td {
    font-size: 0.16rem;
  }
  .ytcc_c {
    overflow-x: auto;
  }
  .ytcc_c table {
    min-width: 650px;
  }
  .fk_01_c3 {
    height: auto;
    padding: 0.1rem 0px;
  }
  .fk_01_c3 label {
    width: 0.22rem;
    position: absolute;
    left: 0px;
    top: 0px;
    height: auto;
  }
  .fk_01_c3 span {
    font-size: 0.14rem;
    height: auto;
  }
  .fk_01_c3 > div {
    position: relative;
    margin: 0px 0.1rem;
  }
  .ypsq_01 {
    padding-top: 0.2rem;
  }
  .ypsq_01fr {
    padding: 0.2rem;
  }
  .cplb_01 {
    margin-top: 0rem;
  }
  .ypsq01_li {
    width: 100%;
    padding-left: 0px;
  }
  .ypsq01_li:nth-child(2n) {
    margin-left: 0px;
  }
  .ypsq01_li .y01li_l {
    position: relative;
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
  .y01li_r1 {
    display: block;
  }
  .y01li_r1 label {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .y01li_r1 .lb1 {
    width: 100%;
    margin-bottom: 0.1rem;
    max-width: 100%;
  }
  .y01li_r1 .lb2 {
    max-width: 100%;
    width: 100%;
  }
  .y01li_r1 .lb3 {
    width: 100%;
    max-width: 100%;
    min-height: 0.4rem;
    margin-top: 0.1rem;
  }
  .y01li_r1 select {
    height: 0.4rem;
    font-size: 0.16rem;
    background-size: 0.16rem;
  }
  .y01li_r1 .lb3 input {
    width: calc(100%);
    height: 0.4rem;
    font-size: 0.16rem;
  }
  .ypsq_01fr ul li {
    padding-bottom: 0.1rem;
  }
  .y01li_r2 select {
    height: 0.4rem;
    font-size: 0.16rem;
    background-size: 0.16rem;
  }
  .ypsq01_li .y01li_r {
    min-height: 0.4rem;
  }
  .y01li_r3 input {
    height: 0.4rem;
    font-size: 0.16rem;
  }
  .zlxz_01 table tr td:nth-child(2) {
    display: none;
  }
  .zlxz_01 table tr td:nth-child(3) {
    display: none;
  }
  .zlxz_01 table tr td:nth-child(4) {
    display: none;
  }
  .zlxz_01 table thead tr td {
    font-size: 0.16rem;
    padding: 0.1rem;
  }
  .zlxz_01 table tbody tr td {
    font-size: 0.16rem;
    padding: 0.1rem;
  }
  .zlxz_01 table tbody tr td a.a2 {
    font-size: 0.14rem;
    line-height: 0.28rem;
    padding: 0px 0.1rem;
    margin-left: 0.1rem;
  }
  #xxbutton {
    width: 1rem !important;
    height: 0.4rem !important;
    font-size: 0.14rem !important;
  }
  .y01li_r1 .lb3 {
    margin-top: 0px;
  }
  .ss_01 {
    margin-top: 0.2rem;
    font-size: 0.14rem;
  }
  .ss_02 {
    margin-top: 0.2rem;
  }
  .ss_02 table thead tr td {
    font-size: 0.14rem;
    padding: 0.1rem;
  }
  .ss_02 table tr td:nth-child(3) {
    display: none;
  }
  .ss_02 table tbody tr td {
    font-size: 0.14rem;
    padding: 0.1rem;
  }
  .ss_02 table tr td:nth-child(2) {
    width: 0.6rem;
  }
  .ss_03 {
    margin-top: 0.1rem;
  }
  .ss_03 ul li {
    padding: 0px 0.14rem;
    margin: 0px 0.05rem;
  }
  .ss_03 ul li a {
    font-size: 0.14rem;
    height: 0.32rem;
  }
  .ab_05c_slide .ab_05bl_prev {
    width: 0.3rem;
  }
  .ab_05c_slide .ab_05bl_next {
    width: 0.3rem;
  }
  .btn_t ul li .btnt_c2 p {
    font-size: 0.14rem;
  }
  .btn_t ul li .btnt_c2 p .sp1 {
    background-size: 0.16rem;
  }
  .btn_t ul li .btnt_c2 p .sp2 {
    background-size: 0.16rem;
  }
  .btn_t ul li .btnt_c2 p .sp3 {
    background-size: 0.16rem;
  }
  .btn_t ul li .btnt_c2 p span {
    padding-left: 0.3rem;
  }
  .btn_c .fr {
    font-size: 0.14rem;
  }
  .in_07_c {
    max-width: 100%;
    margin-top: 0.1rem;
  }
  .in_07_c p {
    font-size: 0.14rem;
    line-height: 1.4;
    margin-bottom: 0.1rem;
  }
  .in_07_b {
    margin-top: 0.1rem;
  }
  .in_07_t p.p1 {
    font-size: 0.4rem;
  }
  .in_07_t p.p2 {
    font-size: 0.3rem;
  }
  .in_07_b ul li {
    width: 30%;
    margin-left: 5%;
  }
  .in_07_b ul li p.p1 {
    font-size: 0.3rem;
    line-height: 0.5rem;
    padding-bottom: 0rem;
  }
  .in_07_b ul li p.p1 img {
    height: 0.14rem;
    bottom: 0.15rem;
  }
  .in_07_b ul li p.p2 {
    font-size: 0.14rem;
  }
  .in_07_img {
    width: 60%;
    position: relative;
    right: -16%;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  .in_07_img img {
    margin: 0px auto;
    padding: 0px;
  }
  .in_08_t p.p1 {
    font-size: 0.4rem;
  }
  .in_08_t p.p2 {
    font-size: 0.3rem;
  }
  .in_08_c {
    margin-top: 0.2rem;
  }
  .in_08c_slide {
    height: 62vh;
  }
  .in_08c_slide .swiper-slide {
    width: 100%;
  }
  .in_08c_slide .swiper-slide .in_08cs_c p.p4 {
    height: 0.4rem;
  }
  .in_08c_slide .swiper-slide .in_08cs_c p.p4 img {
    width: 0.4rem;
  }
  .in_08c_slide .swiper-slide .in_08cs_c p.p3 {
    height: auto;
  }
  .in_08c_slide .swiper-slide .in_08cs_c p.p2 {
    display: none;
  }
  .in_08c_spfr {
    widtH: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 0.2rem;
  }
  .in_03_t .fl p.p1 {
    font-size: 0.32rem;
  }
  .in_03_t .fl p.p2 {
    font-size: 0.3rem;
  }
  .btn_02 dl {
    display: none;
  }
  .btn_02 .dl1 {
    display: block;
    width: 100%;
  }
  .btn_01 .fl ul li img {
    height: 0.3rem;
  }
  .btn_01 .fr img {
    height: 0.3rem;
  }
  .btn_02 dl dd p {
    font-size: 0.14rem;
  }
  .btn_03 .fr {
    width: 100%;
    text-align: center;
  }
  .btn_03 .fr img {
    height: 0.6rem;
    display: inline-block;
    float: none;
  }
  .btn_03 .fl {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
  }
  .btn_03 .fl p.p1 {
    text-align: center;
  }
  .btn_03 .fl p.p1 a {
    float: none;
    margin: 0px 0.1rem;
    font-size: 0.14rem;
  }
  .btn_03 .fl p.p2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .btn_03 {
    margin-top: 0rem;
    padding: 0.2rem 0px 0.1rem 0px;
  }
  .btn_02 {
    margin-top: 0.1rem;
  }
  .btnfr {
    padding: 0.1rem 0px 0px 0px;
  }
  .btn_02 dl dt {
    margin-bottom: 0px;
  }
  .in_03fr {
    margin-top: 0.8rem;
  }
  .in_03_t {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  .wrap_in {
    margin: 0px 10px;
  }
  .topfr .wrap_in {
    margin: 0px 10px;
  }
}

/*20230822*/
@media screen and (max-width: 1200px) {

    .topfr{top:0px;}
    .topfr .fr .t_menu ul li .tm_c dl dd .tmt_t.a2 a{color:#fff;}
    .topfr .fr .t_menu ul li .tm_c dl{background:none;padding:0px;}
    .topfr .fr .t_menu ul li .tm_c dl dd{width:100%;padding-bottom:.1rem;}
    .topfr .fr .t_menu ul li .tm_c dl dd .tmt_t{padding:.01rem 0px;}

    .topfr .fr .t_menu ul li .tm_c dl dd .tmt_c{position:relative;background:none;left:0px;}
    .topfr .fr .t_menu ul li .tm_c dl dd .tmt_c .tmtc_c{width:100%;margin:0px;background:none;}
    .topfr .fr .t_menu ul li .tm_c dl dd .tmt_c p a{color:#fff;}


    .in_03 .pagefr_n{padding-top:.6rem;height:calc(100vh - .6rem);}
    .in_03fr{margin-top:0px;}

    .in_07 .pagefr_n{padding-top:.6rem;height:calc(100vh - .6rem);}
    .in_07fr{margin-top:0px;}

    .in_08 .pagefr_n{padding-top:.6rem;height:calc(100vh - .6rem);}
    .in_08fr{margin-top:0px;}

    .in_03_a{top:0px;}

    .in_04 .pagefr_n{padding-top:.6rem;height:calc(100vh - .6rem);}
    .in_04fr{margin-top:0px;}
    .topfr.top_on .fr .t_menu ul li .tm_c dl{margin-top:0px;}

    .navfr .fl1{margin-top:.4rem;}
    .navfr .fr i{margin:0px .05rem;}

    .cpzx01_fr{margin:0px .2rem;margin-top:.2rem;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:calc(100% - .4rem);overflow:hidden;}

    .cpxq_01fr .fl img{max-width:64%;}
    .cpxq_01fr .fr p.p2 a{padding:0px .2rem;}
    .cpxq_01fr .fr p.p2 a:nth-child(2){margin:0px .1rem !important;}

    .cpxq_02{padding-top:.4rem;}
    .cpxq_02_c ul{padding-top:0px;}
    .cpxq_02_c ul li{padding:0px .2rem 0px .5rem;}

    .cpxq_03c_slide{width:calc(100% - 0.5rem)}
    .cpxq_03c_slide .swiper-slide{padding-top:0px;width:49%;float:left;margin-right:2%;}
    .cpxq_03c_slide .swiper-slide:nth-child(2n){margin-right:0px;}

    .cpxq_03c_slide .swiper-slide .cpxq_03c_c .cpxq_03c_img{height:auto;}

    .cpxq_04_c{width:calc(100% - .5rem);}

    .cpxq_04_c ul li em.em1{display:none;}
    .cpxq_04_c ul li em.em2{width:calc(100% - .4rem - .9rem)}

    .cpxq_05_c{width:calc(100% - .5rem);margin:0px auto;}
    .cpxq_05_c ul{width:100%;}

    .topfr .fr .t_menu ul li .tm_c dl dd a{color:#fff;}
    .topfr .fr .t_menu ul li .tm_c dl dd .tmt_t{text-align:left;}


    .yy_03 ul li .yy_03_img{display:none !important;}

    .ns_01 p.p2{margin-top:-.2rem;}

    .cpzx01_fr table thead{min-width:calc(2200px + 5px) !important}
    .cpzx01_fr table tr{min-width:2200px !important;}












}
